Javascript

Topic: JS Objects

How to create an Object in JavaScript ?

1) var obj = new Object();2) var ob = {};

Browse random answers: