Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Week2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ Here are resources that we like you to read as a preparation for the second lect
- [Why closures are helpful with async code](http://stackoverflow.com/questions/13343340/calling-an-asynchronous-function-within-a-for-loop-in-javascript)

_Please go through the material and come to class prepared!_

### Fundamentals

- [Event Loop](https://github.com/foocoding/fundamentals/blob/master/fundamentals/event_loop.md)
- [Promises](https://github.com/foocoding/fundamentals/blob/master/fundamentals/promises.md)