How do you make objects | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How do you make objects

When I say objects, I mean like squares or triangles or circles, not the javascript kind Please answer in javascript format, as that is what I am working on

17th Apr 2019, 10:08 AM
f0rtyd@ynock$
f0rtyd@ynock$ - avatar
5 Antworten
+ 4
Objects are Variables with metadata in Javascript: var me = {istired:true, sleeping:false}
17th Apr 2019, 11:43 PM
I‘m Sarah🌹
I‘m Sarah🌹 - avatar
+ 2
if you want to draw a circle or other use the canvas element. https://www.sololearn.com/learn/HTML/2201/?ref=app
17th Apr 2019, 7:55 PM
Ocram Co
Ocram Co - avatar
0
Ok yeah I meant drawing
18th Apr 2019, 8:42 AM
f0rtyd@ynock$
f0rtyd@ynock$ - avatar
0
I knew about the objects are variables thing
18th Apr 2019, 8:43 AM
f0rtyd@ynock$
f0rtyd@ynock$ - avatar