Adding Javascript 3 lecture notes#3
Merged
kvarak merged 3 commits intofoocoding:masterfrom Aug 12, 2019
Merged
Conversation
| - Read about Asynchronous vs. Synchronous programming: http://www.hongkiat.com/blog/synchronous-asynchronous-javascript/ | ||
| - [Why closures are helpful with async code](http://stackoverflow.com/questions/13343340/calling-an-asynchronous-function-within-a-for-loop-in-javascript) | ||
|
|
||
| ### Fundamentals |
Collaborator
There was a problem hiding this comment.
@grod220 was these removed by mistake? Or is there something I miss?
Author
There was a problem hiding this comment.
I'm pretty sure the links didn't work 🤔
Collaborator
There was a problem hiding this comment.
They work assuming you have forked the fundamentals repo (atleast that’s what I found)
mattiaslundberg
added a commit
to mattiaslundberg/JavaScript3
that referenced
this pull request
Aug 20, 2019
And make them absolute so they work in all forks
mattiaslundberg
pushed a commit
to mattiaslundberg/JavaScript3
that referenced
this pull request
Aug 22, 2019
starting to make it work with js!
kvarak
pushed a commit
that referenced
this pull request
Sep 21, 2019
And make them absolute so they work in all forks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
So the next lecturers have resources and exercises to build off of