Should I keep learning HTML, CSS, and JavaScript, or switch to C++?

0
0
Asked By CreativeSparrow42 On

I'm currently diving into CSS and plan to move on to JavaScript soon. However, I'm unsure if I should continue on this path or jump straight into C++ or another language. What would be the best approach for my coding journey?

3 Answers

Answered By CodeNinja99 On

Honestly, it comes down to what you want to create. For web projects, focus on HTML, CSS, and JS. C++ is fantastic for game development, but unless that's your aim, you might be better off continuing with your current path.

Answered By TechExplorer88 On

It really depends on your career goals. If you want to work on web apps, stick to HTML, CSS, and JavaScript. C++ is more suited for game development. Also, if you're thinking about mobile apps, learning Java might be useful since Android relies on it.

Answered By DevGuru77 On

If web development is your goal, stick with JavaScript. C++ is great for game development and embedded systems, but for building websites, JavaScript covers everything you need. It's also a smoother transition for progressing your skills later on.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.