+ 1
What language should I learn after HTML, CSS, JS.
What language should I learn after these three languages. I think cpp is good choice.
3 Respuestas
+ 8
go for python
+ 5
You should finish off with jQuery as it extends JavaScript. Beyond that people will argue for their favorite. Mine at the moment is your C++ (for the last 33 years.) There are a ton of threads about this just a search away.
+ 4
Well, if you really want to complete learning web development, you could start learning JQuery and PHP. JQuery is a library for JavaScript that is used to make selecting and changing elements easier. PHP is used for form validation and storing information from HTML.
That being said, C++ is still a very good choice as it is very popular and could even get you jobs later on if you continue learning it. However, it may seem a little difficult at first, so I would maybe suggest starting with something a little more readable, such as Python or Ruby as they are quite easy to learn and set you up for more complicated languages.
Hope this helped!