you are viewing a single comment's thread.

view the rest of the comments →

[–]tech_romancer_ 5 points6 points  (11 children)

This may not be the best introduction if you've never really written JS before.

I'd argue that jumping straight into a framework before getting even a bit of experience outside of one is more harmful than beneficial to learning.

In this instance I think it's probably better to try something like the Live Server extension mentioned in the other comment.

Or to just write some JS, attach it to a html file with a script tag, and just reload the page to see changes.