davej Posted November 12, 2013 Share Posted November 12, 2013 Looks like there have been some recent updates... http://www.w3schools.com/ Link to comment Share on other sites More sharing options...
davej Posted November 13, 2013 Author Share Posted November 13, 2013 Shouldn't there be an object object in the Javascript reference? Link to comment Share on other sites More sharing options...
Ingolme Posted November 14, 2013 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. Link to comment Share on other sites More sharing options...
davej Posted November 14, 2013 Author 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 Link to comment Share on other sites More sharing options...
Hadien Posted November 14, 2013 Share Posted November 14, 2013 with ECMAScript 5th edition, thats not fully true anymore. what about "hasOwnProperty","defineProperties", "create", etc.? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now