Echo JS 0.11.0

<~>

chris-l 2314 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