Jump to content

JavaScript Reference missing "Object"


Jack McKalling

Recommended Posts

The javascript reference contains pages for all object types, like Array, Boolean, Date, Math, String. But not Object itself.

There is a page for "Global" properties and functions, "Operators" and "Statements", but things like Object.create(), Object.values(), Object.keys() etc aren't on any of those pages either. Are these methods not documented because of lack of support on W3Schools for the relevant javascript version, or can Object be added to the reference pages? I'd like to see Object documented here, and not need to go to the MDN.

Thanks for letting me know :)

*Edit:
I phrased it as a question, but it's really a suggestion, isn't it.

Edited by Jack McKalling
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...