mstch/test/data/lambda/null_string.js

11 lines
135 B
JavaScript
Raw Normal View History

2015-04-10 02:41:27 +08:00
({
name: "Elise",
glytch: true,
binary: false,
value: null,
undef: undefined,
numeric: function() {
return NaN;
}
})