Skip to content

Instantly share code, notes, and snippets.

@placidrod
Forked from terakilobyte/JavaScript Resources
Last active August 29, 2015 14:25
Show Gist options
  • Save placidrod/745107c069031a2f5b27 to your computer and use it in GitHub Desktop.
Save placidrod/745107c069031a2f5b27 to your computer and use it in GitHub Desktop.
JavaScript resources, all free online. They're ordered in diffuculty from top to bottom.
http://jsforcats.com/
https://www.youtube.com/playlist?list=PLeL6uTxQ-uX_5BpOb2FDNgG6SxjCs59Kv
https://www.youtube.com/watch?v=hQVTIJBZook
https://www.khanacademy.org/computing/computer-science/algorithms
http://speakingjs.com/es5/index.html
http://eloquentjavascript.net/index.html
http://superherojs.com/
https://www.youtube.com/watch?v=8aGhZQkoFbQ
https://github.com/getify/You-Dont-Know-JS (ALL OF THEM)
https://www.udacity.com/course/object-oriented-javascript--ud015
https://leanpub.com/javascript-spessore/read
https://www.udacity.com/course/javascript-design-patterns--ud989
http://chimera.labs.oreilly.com/books/1234000000262/index.html
https://leanpub.com/exploring-es6/read
https://leanpub.com/javascriptallongesix/read
https://www.youtube.com/watch?v=gawmdhCNy-A
http://jhusain.github.io/learnrx/
https://github.com/DrBoolean/mostly-adequate-guide
@placidrod
Copy link
Author

Functional Programming:
start from 17
though you may want to read 16 to get up to speed on es6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment