+ 1

What is the best order to learn in?

Hello! I’m currently working on the HTML lessons and eventually want to learn the basics of as many languages as possible. What’s the best order to learn them in?

27th Feb 2018, 12:33 AM
Jayden
2 Answers
+ 14
If you're interested in web development, continue with CSS (styling) or JavaScript (visual effects and logic) next. jQuery is optional, but recommended. Then, if you want to continue with backend web coding, consider PHP, C#, Python, or Ruby. I would recommend the first two more. PHP syntax is more similar to JS, and C# syntax is very human-readable. SQL is also useful for backend, but there's no particular place it should be put. You could also switch to application languages. Java is meant for desktop and Android apps, Swift is for iOS apps.
27th Feb 2018, 12:49 AM
Tamra
Tamra - avatar
+ 3
HTML is for web development. therefore in your case- HTML, CSS, JavaScript, Php
27th Feb 2018, 1:58 AM
Core i9
Core i9 - avatar