+ 1
Is it bad to learn css and javascript together ?
6 Respuestas
+ 2
No. Not bad. If you find JavaScript confusing, finish the CSS course first and practice with HTML and CSS to experience their natural boundaries. JavaScript will almost feel like a cheap trump card after that, but there can be performance trade-offs.
+ 13
I think it isn't. It is like learning math and English. You won't mess up your knowledge.
+ 6
In these cases the answer always depends on the person. For me it was much easier to learn a single language and then learn another one.
When I study two things at the same time I lose interest quickly, but I have met several people who can do it without any problem. Therefore, if it is working for you, there is no problem.
+ 2
thanks , everyone !
+ 1
the nice thing of learning js in combination with html/css is to have a visual feedback/output of your code. building such primitive web apps gives you practice to build more complex stuff. but make sure to have a basic understanding of html/css before jumping into js.
+ 1
😊👍