Open ahdinosaur opened 9 years ago
What about this ones:
I really like the MDN Javascript site.
The reference area within it : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference is well done and deals very well with specific questions about specific "things".
More generally the site as a whole (https://developer.mozilla.org/en-US/docs/Web/JavaScript) is a great resource but probably overlaps other sites to a great degree once you step outside of the Reference stuff.
I've found eloquent javascript very helpful. Each page includes interactive code examples, and exercises after each segment so you can test your skills without millions of browser tabs.
Also, Codecombat! Learn programming with a multiplayer live coding strategy game. You're a wizard, and your spells are JavaScript.
Good article.
To go along with @mosaic-greg's suggestion of codecombat, check out https://www.codewars.com
CodeWars now also supports ES2015. Have fun!
Some really good courses on Frontend Masters. There is a subscription fee but I've definitely found it to be worth it.
Best course I've done is 'Asynchronous Programming in JavaScript' by Jafar Husain (technical lead of Netflix).
@stevenmathews Thanks for the heads up, will check it out. I imagine he had some great insights
@StevenMcD codewars does look quite good, once I've figured out the prototype question (the second one) then maybe it will let me sign up :)
@mosaic-greg well if you need a hand please shout :)
hey @nodeschool/wellington, what resources have you found useful while learning JavaScript / Node.js / web development / programming / computer science and would recommend to newbies? i reckon it'd be a good idea to collect these into materials that we can host on our website.
i'll start:
learnyounode
(i find it lacking in teaching concepts), i made the Art of I/O lecture series