filbert icon indicating copy to clipboard operation
filbert copied to clipboard

`undefined` shouldn't be defined as JavaScript's `undefined`

Open dzhang314 opened this issue 9 years ago • 0 comments

foo + 3 # => ReferenceError: foo is not defined
undefined + 3 # no problem

dzhang314 avatar May 18 '15 21:05 dzhang314