17.11.2015 Views

JavaScript_Succinctly

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Sample: sample63.html<br />

<br />

// Confirm that undefined is a property of the global scope.<br />

console.log(undefined in this); // Logs true.<br />

<br />

77

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

Saved successfully!

Ooh no, something went wrong!