https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#keywords
break ↷ ⇥
case ⋅
catch 住 ▦
class ▢
const 𝐾
continue ➝ ⟶ ↠
debugger 🐛
default 🪪
delete ␥ ␡
do 做
else 还
export ♂
extends ⟿ ◱
false ✗
finally ⤞
for ↻
function 𝑓
if ◇
import ⇷
in ∈ ⊂ ⋵
instanceof ∈
new ✳
null ◯
return ↵
super ↑
switch ≔
this 这
throw ↟ ↰
true ✓
try ⇢
typeof 🪪 ∋
var
void ⬤
while ↻
with w/
The following are only reserved when they are found in strict mode code:
let (also reserved in const, let, and class declarations) ≝, ≜ or :=
static
yield (also reserved in generator function bodies)
The following are only reserved when they are found in module code or async function bodies:
await
async
𝕙
⇶ ↦