Closed dhritzkiv closed 10 years ago
+1 good, with test. Though I don't think we care about the typeof undefined stuff, just === undefined it's ok ;)
True, since value
is a key of this
, it will === undefined
(if really undefined) and not throw in a reference error.
Will make the change.
thanks, published in 2.1.0
release
Useful for when the input type is
number
;