Skip to content

Commit 610f7b0

Browse files
authored
Update this-keyword-2nd-example-GREAT-Example.md
1 parent 15dffcd commit 610f7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Javascript/this-keyword/this-keyword-2nd-example-GREAT-Example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ But if I do the following instead of user.foo()
3030

3131
Then it prints 'true' - Because now the simple function foo is in the global execution context and so the 'this' refers to global
3232

33-
But then agin if my foo() function is in strict mode
33+
But then again if my foo() function is in strict mode
3434

3535
```js
3636
function foo() {

0 commit comments

Comments
 (0)