+ 1
How big is actually JavaScript chapter?
As I started to learning JavaScript, I notice there are mainly 5 topics that Solo Learn put in the course. Just out of curiosity, is it that's all in the list below we have to learn? - Conditionals and Loops - Functions - Objects - Core Objects - Dom and Event In the real world is there actually more in the JavaScript chapters?
2 Respuestas
+ 4
hmm sololearn covers basics,the things you listed above are only little of the stuff there is to js.
theres node ( backend ) and es6 and tonnes of stuff.
but as a beginner,those chapters listed above will give you a good head start
0
Hey @Brains
Thanks for the quick replied. I kinda get the concept that list above are the basic of JS but I did not quite know how big the JS could expand to.
Thank again for the input. It helps a lot to see the bigger pictures.