JavaScript, HTML, CSS working together? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

JavaScript, HTML, CSS working together?

Is it more important to learn every aspect of javascript first or should they be learned together since they can be used together?

4th Dec 2017, 7:07 AM
Presley
Presley  - avatar
7 Answers
+ 9
JavaScript can be used as a standalone for backend programming as well. Then you would not need HTML and CSS at all, but rather work with a database like mongoDB. However, in the most cases JavaScript is used for the frontend and there you will always work with HTML and CSS. So yes, you should learn them together. I think the best way to dive into learning is by creating a Angular project. There are very good tutorials online (e.g. The Tour Of Heroes) and it teaches you so many good pratice styles. Have an A1 day :-)
4th Dec 2017, 7:24 AM
Robert Paulson
Robert Paulson - avatar
+ 5
HTML: The layout so that stuff are beatly arranged. CSS: Adds artistic effects so that your website looks beautiful! JS: A static website is not at the least appealing, so spice it up with some functions!
4th Dec 2017, 9:28 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
@presley Firsr of all, Angular comes with TypeScript, which I highly recommend using for frontend apps. Plus, I think, that one could also start with angular. It may be a little bit harder in the beginning, but following tutorials etc you will get a much better idea of how good architecture looks like.
12th Dec 2017, 12:58 AM
Robert Paulson
Robert Paulson - avatar
+ 2
Thank you! I will look into that @marlasinger and that clarifies it too I appreciate it @pegasus
4th Dec 2017, 3:23 PM
Presley
Presley  - avatar
+ 2
@Shivam Raj Well, sry i studied computer science (Bachelor and Master) and i work as a developer for 3 years now.. it also was a long way for me.
16th Dec 2017, 9:09 PM
Robert Paulson
Robert Paulson - avatar
+ 1
they are the core
4th Dec 2017, 7:32 PM
Mohamed Albushra
Mohamed Albushra - avatar
0
@MarlaSinger : should I know deeply JavaScript to learn Angular ?
5th Dec 2017, 6:19 PM
Pooja
Pooja - avatar