3 lines
70 B
JavaScript
3 lines
70 B
JavaScript
var a;
|
|
a === void 0; // true
|
|
b === void 0; // throws a ReferenceError
|