To check if a variable is undefined, you should use the typeof operator. When used on an undefined variable, it will return 'undefined' .
確定! 回上一頁