+ 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
5 Antworten
+ 4
Objects are Variables with metadata in Javascript:
var me = {istired:true, sleeping:false}
+ 2
if you want to draw a circle or other use the canvas element.
https://www.sololearn.com/learn/HTML/2201/?ref=app
0
Ok yeah I meant drawing
0
I knew about the objects are variables thing