Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 3.72 KB

README.md

File metadata and controls

54 lines (39 loc) · 3.72 KB

free javascript resources

helpful articles, posts, tutorials, etc.

general

  • JavaScript For Cats by Max Ogden - short introduction to the Javascript programming language
  • Eloquent Javascript by Marijn Haverbeke - good all-around book that covers the language in the browser and in node.js

design patterns & OOP

asynchronous code

functional programming

algorithms and data structures

node.js

es6