This is a repository full of resources for JavaScript related topics beyond 101 stuff.
Primarily, this is a list of links I've found personally interesting or useful because the author is able to demystify a complex topic or explain a concept in an original or intriguing way.
This list is for anyone who is eager to learn JavaScript beyond what the myriad 101 resources will teach you. Also for me to simply keep track of resources I like... because I always have a million tabs open and I'm not sure I've truly used browser bookmarks since tabs became a thing.
These will be categorized into some form of logical order as the list grows.
If you have a cool resource you think ought to be included, PRs are welcome - just let me know WHY you think the resource you're submitting is especially awesome!
- Philip Roberts: What the heck is the event loop anyway? | JSConf EU 2014
- What is the JavaScript Event Loop?