#Is it possible to have `undefined` in an array?
1 messages · Page 1 of 1 (latest)
Why would you work with undefined? Just remove the object
couldn't you just use a substitute if you specifically want something to unavailable?
just set it to a blank string and check if it's set to that
I can't imagine a reason you would specifically need it to be undefined and not just... not defined the same way as everything else
I'm using Symbol("undefined") with typeof MySymbol now.
Just wanted to know if it is possible.