Home
Press ? for keyboard navigation
❮
Command line arguments - forEach (argv)
setTimeout - delayed execution
❯
Define function with arrow notation
examples/basic/add_function.js
const
sum
=
(
a
,
b
)
=>
a
+
b
;
console
.
log
(
sum
(
2
,
3
)
)
5
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)