What language should I learn after HTML, CSS, JS. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

30th Jan 2018, 7:30 PM
Gagan
Gagan - avatar
3 Answers
+ 8
go for python
30th Jan 2018, 7:34 PM
Mazin Ayash
Mazin Ayash - avatar
+ 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.
30th Jan 2018, 7:39 PM
John Wells
John Wells - avatar
+ 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!
30th Jan 2018, 7:36 PM
Faisal
Faisal - avatar