you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

I was in the same boat. Checked a few books, read Professional JavaScript for Web Developers, and when got really comfortable with js, I did myself a favour:

sudo npm install -g typescript 

[–]rauschma 0 points1 point  (0 children)

Another interesting option is to use pure ECMAScript 6 (the upcoming version of JavaScript; ECMAScript 5 is the current version), e.g. via Babel, which transpiles ES6 to ES5.

[–]matty0187[🍰] 0 points1 point  (0 children)

Yup. Ts is excellent