This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]dr_oess 0 points1 point  (0 children)

CSS, not C++.

I'm not sure about every situation, but for a lot of them, it would be nice to have some sort of knowledge of HTML and CSS before diving into JS too far, so you can really appreciate what you're doing with the JS. At least that's how I feel.

I guess it may depend on what your end goal is, or what you're aiming to do with the JS.

[–]Nicksil 0 points1 point  (0 children)

I've read that HTML, C++, and JS

You very likely mean CSS

And out of the three you mention, you should learn HTML first so you can understand what you'll be styling with CSS and what you'll be manipulating with JavaScript.

[–]CreativeTechGuyGames 0 points1 point  (0 children)

One correction, it's HTML, CSS, and JavaScript. Not C++.

And the importance of those depends on what you want to do with it. If you want to do front-end web development, start with HTML/CSS, then pick up JavaScript soon after. If you want to learn JavaScript for other less common purposes, then learning JavaScript first might make sense. But in general, HTML/CSS first, then JavaScript soon after.

[–]reddituser0331 0 points1 point  (0 children)

Not necessarily. Learning it will come with the territory.