+ 1
JavaScript mastery
Most books teach JS as a DOM manipulation technology, I'm interested in mastering JS as a full blown programming language. How do I start?
6 Answers
+ 4
Those books assume that you already know the basics in JS. SL's JS course start from the basics, which would allow you to use it as a standalone programming language without any DOM manip.
https://www.sololearn.com/Course/JavaScript/?ref=app
+ 4
Nice books suggestion Hayk Ghonakhchyan
+ 3
Study
+ 2
I can suggest you some books I've already read and those books teaches you whole parts of JS. At first I'd recommend you series of books "You don't know JS" by Kyle Simpson, its really good for even begginers and maybe when you have some experience "Eloquent JavaScript" by Marjin Haverbeke.
+ 1
Thanks đ