JavaScript保留关键字
原文英文,约200词,阅读约需1分钟。发表于: 。All Javascript Reserved Keywords The below list cannot be used as variable names, as they are reserved keywords. Most of them have current functionality in Javascript. Some do not, but they are...
JavaScript中有许多保留关键字,如abstract、await、class、const和export等,这些关键字不能用作变量名。应避免在变量名中使用这些词。