Skip to content

Commit

Permalink
Merge pull request #23 from abstrekt/patch-1
Browse files Browse the repository at this point in the history
Update this-keyword-2nd-example-GREAT-Example.md
  • Loading branch information
rohan-paul authored Aug 10, 2022
2 parents 15dffcd + 610f7b0 commit 7e9a52d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ But if I do the following instead of user.foo()

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

But then agin if my foo() function is in strict mode
But then again if my foo() function is in strict mode

```js
function foo() {
Expand Down

0 comments on commit 7e9a52d

Please sign in to comment.