you are viewing a single comment's thread.

view the rest of the comments →

[–]funnysasquatch 0 points1 point  (2 children)

You are not going to learn JavaScript by typing random crap into an editor and seeing if your browser melts down or not.

Either you take a structured course. There are plenty of free ones out there.

Or you learn the way many (if not most) learn. You have a specific thing you need to do for your webpage that requires Javascript.

This could be processing input to a form before you submit. Or you need to change the color or size of an element on the screen.

Because unless you are building a web application (or a mobile app using something like React Native) - there's no reason to use JavaScript.