Question
What is correct way to check is a variable is undefined?
if (typeof variable === "undefined") { ...