You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 16 година
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. };