Skip to content

Commit 2a6e87a

Browse files
authored
Change 'brackets' to 'parentheses'
Again, in American English, and programming, "brackets" usually means "square brackets". "Parentheses" is unambiguous.
1 parent 46b3bf6 commit 2a6e87a

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/04-object-methods/3-why-this

1 file changed

+1
-1
lines changed

1-js/04-object-basics/04-object-methods/3-why-this/solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Here's the explanations.
33

44
1. That's a regular object method call.
55

6-
2. The same, brackets do not change the order of operations here, the dot is first anyway.
6+
2. The same, parentheses do not change the order of operations here, the dot is first anyway.
77

88
3. Here we have a more complex call `(expression).method()`. The call works as if it were split into two lines:
99

0 commit comments

Comments
 (0)