undefined-is-a-function icon indicating copy to clipboard operation
undefined-is-a-function copied to clipboard

"undefined is not a function"? — It is now!

Results 3 undefined-is-a-function issues
Sort by recently updated
recently updated
newest added
trafficstars

(otherwise it returns the "bad" `undefined`)

Chrome throws SyntaxError "Identifier 'undefined' has already been declared" in Chrome 78

First off, thank you for this helpful package! Using Babel, `undefined` is scoped to the module that I import it in, but I want `undefined` to be a function for...

enhancement