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

Skip to content

Commit 227f690

Browse files
committed
updated reading material class8
1 parent 6dcd21b commit 227f690

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Extra module class8/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,15 @@ https://www.w3schools.com/jsref/jsref_charat.asp
3333
## Homework Week 2
3434
- https://www.codewars.com/collections/hyf-homework-number-2
3535
- If you need to refresh your memory on es6 classes: https://ponyfoo.com/articles/es6-classes-in-depth
36-
- Also read this article on scopes & closures: https://robertnyman.com/2008/10/09/explaining-javascript-scope-and-closures/
36+
- Also read this article on scopes & closures: https://robertnyman.com/2008/10/09/explaining-javascript-scope-and-closures/
37+
38+
## To read before third lecture:
39+
The lecture will cover callbacks, ES6 function syntax and promises. Please read the following resources before class this Sunday:
40+
41+
- [JS Promise](https://medium.com/@ramsunvtech/promises-of-promise-part-1-53f769245a53)
42+
- [JavaScript Promises: an Introduction](https://developers.google.com/web/fundamentals/getting-started/primers/promises)
43+
- [Promises for asynchronous programming](http://exploringjs.com/es6/ch_promises.html)
44+
- [ES6 Patterns: Converting Callbacks to Promises](https://benmccormick.org/2015/12/30/es6-patterns-converting-callbacks-to-promises/)
45+
46+
>If you feel you need preparation for the test I recommend to take a look at the topics listed in the [README](https://github.com/HackYourFuture/JavaScript/tree/master) of this repo (up to and including week 9) and look up/refresh these concepts in your __Smarter Way to Learn JavaScript__ book 📚. Also go through the reading material and homework of the last weeks.
47+

0 commit comments

Comments
 (0)