You are viewing a single comment's thread from:
RE: Which is the best programming language to start learning code?
Learning JavaScript across the whole development stack would be the way to go regarding web development in my opinion. Otherwise learning C++ is the best way to start. Everything else after learning that will seem like a walk in the park. :)
If you like to start in a hard way (also I do it in the hard way...), of course you can start with C or even C++, but you can start also with the easy way. With my students I prefer to do the easy way. If you start with C++ is like like you start to dig in the middle of the pit in the middle of the night. But with my students I prefer to learn ABC in a very abstract language, and then to dig deeper and deeper to understand how a low level programming language works.
I totally agree. I always start with basic JavaScript and work towards more and more complex issues.