|
3 | 3 |
|
4 | 4 | Next week Unmesh will give you your first Git session, please look through the [GIT](https://github.com/HackYourFuture/Gitrepository) and read the learning goals |
5 | 5 |
|
6 | | -Here are some reading materials explaining the material of the previous class in more detail. |
7 | | -Function call() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/call |
8 | | -Function apply() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply |
9 | | -Function bind() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind |
10 | | -Arguments - https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/arguments |
11 | | -Closures - http://javascriptissexy.com/understand-javascript-closures-with-ease/ |
12 | | -Array - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype |
13 | | -strict mode - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode |
| 6 | +### Here are some reading materials explaining the material of the previous class in more detail. |
| 7 | +- Function call() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/call |
| 8 | +- Function apply() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply |
| 9 | +- Function bind() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind |
| 10 | +- Arguments - https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/arguments |
| 11 | +- Closures - http://javascriptissexy.com/understand-javascript-closures-with-ease/ |
| 12 | +- Array - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype |
| 13 | +- strict mode - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode |
14 | 14 |
|
15 | | -Read this is preparation for the material taught in the upcoming class |
16 | | -JSON - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON |
| 15 | +### Read this is preparation for the material taught in the upcoming class |
| 16 | +- JSON - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON |
0 commit comments