+ 1
Without learning html5 and css3, can i proceed to java script?
4 odpowiedzi
+ 4
Yes.
+ 2
Of course, but the use of Javascript is not always with HTML and CSS
But they go hand in hand
You can create JD libries and frameworks with Javascript only but how will you test them. It's best to know HTML and CSS before knowing Javascript
+ 1
Of course, but the use of JavaScript is with HTML and CSS ... go hand in hand.
The best is, first html and css, then JavaScript
good luck!! 💪
0
It's a matter of preference.
You can learn a lot of JS without ever touching HTML and CSS. Just use console.log to output things and prompt to take user input.
In the end you'll likely want to know HTML and CSS too. If not, why learn JS in the first place?