Home
Press ? for keyboard navigation
❮
Literal Values and types
Hello World in function
❯
let
Declare variables with let
examples/basic/add.js
let
x
=
19
let
y
=
23
let
res
=
x
+
y
console
.
log
(
res
)
// 42
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)