minor fixes
This commit is contained in:
parent
e7953a4759
commit
3fbbcd1559
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ If we used `this.name` instead of `user.name` inside the `alert`, then the code
|
||||||
|
|
||||||
## "this" is not bound
|
## "this" is not bound
|
||||||
|
|
||||||
In JavaScript, keyword `this` behaves unlike most other programming languages. It can be used in any function.
|
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.
|
||||||
|
|
||||||
There's no syntax error in the following example:
|
There's no syntax error in the following example:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue