Skip to content

Instantly share code, notes, and snippets.

@mailzwj
Last active June 18, 2024 09:03
Show Gist options
  • Save mailzwj/f4bf2ff975290976d0fcef146f5357cb to your computer and use it in GitHub Desktop.
Save mailzwj/f4bf2ff975290976d0fcef146f5357cb to your computer and use it in GitHub Desktop.
各位前端jser,都来说一说自己了解的Javascript冷知识吧,在这里让这些冷知识逐渐发光发热!
大家一起来补充啊...
@lively-krishnan
Copy link

typeof对于定义了的变量但值为undefined的变量会输出undefined,而未定义的变量和定义后不赋值的变量都会输出undefined。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment