25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

null_string.js 132B

123456789
  1. var null_string = {
  2. name: "Elise",
  3. glytch: true,
  4. binary: false,
  5. value: null,
  6. numeric: function() {
  7. return NaN;
  8. }
  9. };