var obj1 = new Object();
var obj2 = {};
var obj3 = Object.create(null);
Very poorly worded question. What represent the "properties" and which represent the objects? Are you saying null is a property? null is an Object... Your question is misleading/confusing
2016 Jun 10, 10:37:07 PM
Login in to like
Login in to comment