Skip to content

Commit 985f9fa

Browse files
mattiaslundbergkvarak
authored andcommitted
Add more beginner friendly call/apply/bind reading
1 parent c004823 commit 985f9fa

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Week3/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ Here are resources that we like you to read as a preparation for the third lectu
1313

1414
- [Object-Oriented Programming & Classes](../../../../fundamentals/blob/master/fundamentals/oop_classes.md)
1515
- [What is 'this'?](../../../../fundamentals/blob/master/fundamentals/this.md)
16+
- [Javascript call() & apply() vs bind()?](https://stackoverflow.com/questions/15455009/javascript-call-apply-vs-bind)
1617

17-
### `call` `apply`, `bind`
18+
### Extra reading
1819

1920
- [Function.prototype.call()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/call)
2021
- [Function.prototype.apply()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply)
2122
- [Function.prototype.bind()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind)
2223

23-
2424
## Recommended Readings
2525

2626
[Eloquent JavaScript: Chapter 6 - The Secret Life of Objects](http://eloquentjavascript.net/06_object.html). Read up to the section of **Maps**.
2727

28-
29-
_Please go through the material and come to class prepared!_
28+
_Please go through the material and come to class prepared!_

0 commit comments

Comments
 (0)