+ 4
Which language should I learn for frontend development? I don't know much about it
AngularJS , Node js, Bootstrap, or any other
3 ответов
+ 4
html, css, JS, some bootstrap.
0
HTML, CSS, JavaScript, JQUERY
0
None of those you listed are languages. Firstly, you'll need to learn HTML, CSS, and then JavaScript. The first two are languages for building and styling webpages, collectively. The third, JavaScript, will be your first "real" programming language, and is very ubiquitous in the programming world.
After that, I'd highly recommend you at least *touch* on NodeJS (which is JavaScript, but *not* in the browser). You can then learn AngularJS if you want, but it's a little old outdated nowadays.