Jump to content

Object Methods?


kpfund

Recommended Posts

I am working through the excellent W3 JS tutorial, and currently learning about the new ES5 Object methods.

 

I wanted to cross-reference the documentation in the full JavaScript and HTML DOM Reference section, but couldn't find anything. 

(As an example, I'd love to read full documentation for Object.defineProperty(). 

 

Am I simply missing something, or is this documentation simply missing from the W3schools.com?  

Link to comment
Share on other sites

It's probably missing. For complete documentation, I'd suggest the Mozilla Developer Network. They have one of the most comprehensive Javascript, CSS and HTML references on the internet.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...