Skip to content

Commit 3fbbcd1

Browse files
committed
minor fixes
1 parent e7953a4 commit 3fbbcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1-js/04-object-basics/04-object-methods/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ If we used `this.name` instead of `user.name` inside the `alert`, then the code
167167

168168
## "this" is not bound
169169

170-
In JavaScript, keyword `this` behaves unlike most other programming languages. It can be used in any function.
170+
In JavaScript, keyword `this` behaves unlike most other programming languages. It can be used in any function, even if it's not a method of an object.
171171

172172
There's no syntax error in the following example:
173173

0 commit comments

Comments
 (0)