Skip to content

Commit 7e9a52d

Browse files
authored
Merge pull request rohan-paul#23 from abstrekt/patch-1
Update this-keyword-2nd-example-GREAT-Example.md
2 parents 15dffcd + 610f7b0 commit 7e9a52d

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)