(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“JavaScript’s global namespace is also exposed as a global object, which is accessible at the top of a program as the initial value of the this keyword. In web browsers, the global object is also bound to the global window variable. Adding or modifying global variables automatically updates the global object: this.foo; // undefined foo = "global foo"; this.foo; // "global foo”

David Herman, Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript
Read more quotes from David Herman


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!

0 likes
All Members Who Liked This Quote

None yet!


This Quote Is From

Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript by David Herman
785 ratings, average rating, 61 reviews
Open Preview

Browse By Tag