+ 2
I want to learn JavaScript .. How should i start & which part of JS i should start first ??
6 Answers
+ 2
I think JavaScript (EcmaScript 5) is getting obsolete now (come on, it's 2017 ! it was obsolete in 2015)
You should start learning the new JavaScript version known as EcmaScript 6 , ES6 or ES2015. It's way more prettier yet powerful and easy to learn than previous version.
Also, all the modern JS frameworks (react, angular, polymer, vue) are preferring ES6 to its predecessor.
So, I'll suggest to learn ES6 JavaScript. You'll have a much fun and pretty learning curve.
+ 5
Complete your Javascript course first.
+ 1
ok so i will start normal JS first ....
0
Can u give me some effective toutorial link ??
0
I started learning with the Javascript course and then doing some easy functions like changing the font from a text on a div or showing the text from a input on an alert. There is a lot of information on blogs like stackoverflow from people with the same doubts you have.
Always stay curious, thats the best way to learn!