javascript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

javascript

I want to make games with javascript, can I do without html and css? Or should I learn html and css first? And how do I set up development environment?

24th Dec 2016, 3:16 PM
Yuta Nagaoka
Yuta Nagaoka - avatar
2 Answers
+ 4
You should (learn about <canvas> element)
24th Dec 2016, 3:22 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
You should learn HTML/CSS in addition to javascript, because JS run in browsers, and html/css manage display: even you can build html/css dynamicly, you must know how this work in order to use it...
24th Dec 2016, 3:22 PM
visph
visph - avatar