+ 2

What is the best way to learn JavaScript?

25th Mar 2018, 2:35 PM
Julian Ammouche Ottosen
Julian Ammouche Ottosen - avatar
2 Answers
+ 4
By doing it
25th Mar 2018, 2:37 PM
Toni Isotalo
Toni Isotalo - avatar
0
Start with simple DOM manipulations -add and remove elements -learn about events , such as mouse and clicks -add and remove CSS Styles make small app like my address book https://code.sololearn.com/Wy8NOf5lt1WF/#html or try and build simple todo list. avoid using libraries and frameworks such as jQuery or Bootstrap
25th Mar 2018, 3:46 PM
Mike Choy
Mike Choy - avatar