Hie... I'm new to coding.. Can anyone please tell me what all I need to master my skills in to become a front end developer? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Hie... I'm new to coding.. Can anyone please tell me what all I need to master my skills in to become a front end developer?

What do i need to learn apart from html css JS?

21st Sep 2018, 3:17 AM
Nikita Dessai
Nikita Dessai - avatar
2 Antworten
+ 1
Chung-Ying Po is right. 1. HTML (builds your webpage) 2. CSS (styles your webpage) 3. JS (makes your webpage interactive) 4. JQuery (makes your JS code better looking and simplier) 5. JS libraries like Angular or EcmaScript (both of these are avalibe on sololearn as user-generated courses) - (makes your developmnt easier and faster) (6. PHP - It' s backend language, but is crucial in webpage development - allows you to work with files on server, work with databases, send and recive data from the server and much more)
21st Sep 2018, 6:06 AM
Jan Štěch
Jan Štěch - avatar
+ 3
You will need to learn HTML, JavaScript, and CSS to be a front-end developer. It is recommended to learn HTML first before touching the latter two skills and the back-end, as HTML is the "backbone" of websites.
21st Sep 2018, 3:25 AM
Chung-Ying Po
Chung-Ying Po - avatar