Skip to content

Instantly share code, notes, and snippets.

@fabienhinault
Last active June 17, 2024 17:01
Show Gist options
  • Save fabienhinault/373bb5f350771abf30dd28c3c014c5cb to your computer and use it in GitHub Desktop.
Save fabienhinault/373bb5f350771abf30dd28c3c014c5cb to your computer and use it in GitHub Desktop.
keywords in forte

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

𝕙

⇶ ↦

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