+ 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?
7 Respostas
+ 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 :-)
+ 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!
+ 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.
+ 2
Thank you! I will look into that @marlasinger and that clarifies it too I appreciate it @pegasus
+ 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.
+ 1
they are the core
0
@MarlaSinger : should I know deeply JavaScript to learn Angular ?