davej 251 Posted November 12, 2013 Report Share Posted November 12, 2013 Looks like there have been some recent updates... http://www.w3schools.com/ Quote Link to post Share on other sites
davej 251 Posted November 13, 2013 Author Report Share Posted November 13, 2013 Shouldn't there be an object object in the Javascript reference? Quote Link to post Share on other sites
Ingolme 1,019 Posted November 14, 2013 Report Share Posted November 14, 2013 Object doesn't have any properties or methods. It has prototype and constructor, but so do all the other objects. Quote Link to post Share on other sites
davej 251 Posted November 14, 2013 Author Report Share Posted November 14, 2013 Well, I think there is more to it now, although most of it is over my head. http://msdn.microsoft.com/en-us/library/ie/kb6te8d3%28v=vs.94%29.aspx https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object Quote Link to post Share on other sites
Hadien 39 Posted November 14, 2013 Report Share Posted November 14, 2013 with ECMAScript 5th edition, thats not fully true anymore. what about "hasOwnProperty","defineProperties", "create", etc.? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.