Sunday, 8 September 2013

Way to make an object?

Way to make an object?

What's the difference between:
var
o = ( function () {
return this.prototype;
} ).call( function () {} );
and:
var
o = {};
Thank You.

No comments:

Post a Comment