Hey everyone! I'm completely new to coding and I'm wondering if JavaScript is a good choice for my first programming language. Do I need to learn something else before diving into JavaScript, or can I jump right in?
3 Answers
Yes, you can definitely start with JavaScript! It’s a versatile language that covers a lot of programming concepts, which will help you as you learn. Just keep in mind that to really get the most out of it, you might want to learn a bit of HTML and CSS at the same time since JS is often used on the web.
Starting with JavaScript is totally fine! It offers quick visual feedback which makes learning exciting. You can branch out to various areas like server-side programming or design. Just remember, while it’s a solid choice, it may not be the easiest path if you’re struggling with dynamic typing. But don’t worry, most programming principles will translate well across languages!
I think JavaScript is great for beginners, but you should know what you want to use it for. If you’re looking to build websites, then knowing HTML and CSS is pretty necessary. Otherwise, there's a whole world of JavaScript out there that you could explore.

That makes sense! I want to create interactive websites, so I guess learning HTML and CSS alongside JS is a good approach.