0 votes
in JavaScript by
var i = 1; if (function f(){}) { i += typeof f; } x;

1

undefined

Nan

Error

1 Answer

0 votes
by
undefined
...