+ 2

I want to learn JavaScript .. How should i start & which part of JS i should start first ??

1st Jul 2017, 10:08 AM
Abid Reza
Abid Reza - avatar
5 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.
1st Jul 2017, 11:32 AM
Salekin
Salekin - avatar
+ 5
Complete your Javascript course first.
1st Jul 2017, 10:14 AM
CalviŐ˛
CalviŐ˛ - avatar
+ 1
ok so i will start normal JS first ....
1st Jul 2017, 10:18 AM
Abid Reza
Abid Reza - avatar
0
Can u give me some effective toutorial link ??
1st Jul 2017, 12:18 PM
Abid Reza
Abid Reza - avatar
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!
1st Jul 2017, 2:38 PM
martin zanoniani
martin zanoniani - avatar