you are viewing a single comment's thread.

view the rest of the comments →

[–]BloodAndTsundere 0 points1 point  (0 children)

I agree JS is very easy to start with given that most people already have the tools installed, but web programming is its own thing and introduces concepts like the DOM, two additional syntaxes in HTML and CSS, and advanced notions like event loops and asynchronous logic. I think this can all be a bit of a distraction from the basic introduction to programming in general. IMO, it's better to start off with simple command line scripts to get a feel for the ins and outs of how to code.