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