17.11.2015 Views

JavaScript_Succinctly

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

In this book, the term "<strong>JavaScript</strong> objects" is used to refer to all objects in <strong>JavaScript</strong>,<br />

because most of the values in <strong>JavaScript</strong> can act like objects. This is due to the fact that<br />

the majority of <strong>JavaScript</strong> values are created from a native constructor function which<br />

produces a very specific type of object.<br />

What you need to remember is that an Object() object is a very specific kind of value.<br />

It’s a generic empty object. Do not confuse this with the term "<strong>JavaScript</strong> objects" used<br />

to refer to most of the values that can be expressed in <strong>JavaScript</strong> as an object.<br />

45

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!