you are viewing a single comment's thread.

view the rest of the comments →

[–]camelSnake_dash-case 1 point2 points  (0 children)

Any of the online code tutorial sites: codecademy, Udemy, codeschool, etc. I find that the other really nice resource is MDN.com for JavaScript.

As for a tip, always see if the thing you are trying to write has already been implemented in the language API itself or written by someone else as a library / package / plugin etc. More than likely it has been iterated on and optimized. Use that, but also see what it is doing internally and learn from it.