dwyl / learn-javascript

A Series of Simple Steps in JavaScript :-)
Other
64 stars 15 forks source link

33 concepts every JavaScript developer should know #34

Open nelsonic opened 5 years ago

nelsonic commented 5 years ago

https://github.com/leonardomso/33-js-concepts

YvesMuyaBenda commented 5 years ago

I reckon this list will be handy for the Elm Architecture Tutorial, with brief background for where the information comes in handy. Going through the tutorial will then act as motivation for acquiring the background, similar to how I used the tutorial myself as a goal.

nelsonic commented 5 years ago

@YvesMuyaBenda agreed! 🔜 https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example/issues/5

YvesMuyaBenda commented 5 years ago

@nelsonic Excellent! It is always good to have specific motivation for learning stuff.

Codesmith have added tutorials for recursion that are not in the above resource: https://www.youtube.com/playlist?list=PLWrQZnG8l0E59V2YGqIVT-wvlYtse0jqO

Codesmith materials are my "go to" resources for digging deeper into JavaScript since the tutorials are so pedagogical! For me other resources serve as extra examples, or material with which to practice (turn the examples into questions, and there you have an exercise on the concept not found in any book!)