▲ Making sure undefined is undefined at github.com▼1 up and 2 down, posted by ensaier 2535 days ago 1 comment
chris-l 2534 days ago. link 1 point ▲ ▼Well, making sure undefined is really undefined is actually necessary on older versions of internet explorer. On IE8 and older you can execute: undefined = 1; console.log(undefined); // will return 1. undefined was redefined to be 1