Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8de8c9b

Browse files
committed
more OOP fundamental updates
1 parent 9f7547d commit 8de8c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fundamentals/oop_classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ months
9292
.forEach(string => console.log(string));
9393
```
9494

95-
### JavaScript Functions and `this`
95+
- [Understanding JavaScript Function Invocation and "this"](http://yehudakatz.com/2011/08/11/understanding-javascript-function-invocation-and-this/), by Yehuda Katz.
9696

97-
[Understanding JavaScript Function Invocation and "this"](http://yehudakatz.com/2011/08/11/understanding-javascript-function-invocation-and-this/), by Yehuda Katz.
97+
- StackOverflow: [What is the 'new' keyword in JavaScript?](https://stackoverflow.com/questions/1646698/what-is-the-new-keyword-in-javascript)
9898

9999
### ES6 Classes vs pre-ES6 Constructor Functions
100100

0 commit comments

Comments
 (0)