Recipe 16.10
Examining an Object's Properties
Demo
Check the console for output. You may need to refresh the page after opening the console.
Code
JavaScript
console.dir(console);
HTML
Check the console for output. You may need to refresh the page after opening the console.