0
How do i make an object in JavaScript
so I have been learning JavaScript recently and was wondering how to make an object.
2 Answers
0
Explore the tutorial of SoloLearn!!đ
https://www.sololearn.com/learn/JavaScript/1152/
0
var obj1 = {}; //this is an object