MDN is always a valuable resource, especially if you are interested in the JavaScript language itself or in web frontend development.<p><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/JavaScript</a><p><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guid...</a>
I wrote my JavaScript book for people who already know how to program – maybe it works for you. Free to read online: <a href="https://exploringjs.com/impatient-js/" rel="nofollow">https://exploringjs.com/impatient-js/</a>
I liked Wes Boss’ js for beginners course. My favorite part was that he was basically trying out the concept and showing how the language works by experimentation.<p>I have written a lot of JS but this approach brought needed clarity about the inner workings of the language.
Mate,
"learn JS" is a little too vague. There is A LOT in the JS world so you need to narrow down your focus. It depends on what youre doing but reading docs, youtube, udemy, blogs, freecodecamp, theodinproject. all great resources.
The Helsinki MOOC is great and was just upgraded to JS.<p><a href="https://fullstackopen.com/en/" rel="nofollow">https://fullstackopen.com/en/</a>