DEV Community

Discussion on: Tell me some useless (or useful) software trivia

Collapse
 
lukewestby profile image
Luke Westby • Edited
document.all instanceof HTMLAllCollection;
// => true
typeof document.all === 'undefined';
// => true