Login
Remember me
Forget?
Login
Register
I
n
f
i
n
i
t
e
E
d
u
c
a
t
i
o
n
Search on site
Search on site
I
n
f
i
n
i
t
e
E
d
u
c
a
t
i
o
n
»
Login
Question
What is correct way to check is a variable is undefined?
if (typeof variable === "undefined") { ...
IncorrectAnswers
CorrectAnswers