Home
Press ? for keyboard navigation
❮
Declare variables with let
Parameter passing to function
❯
function
Hello World in function
examples/basic/hello_world_function.js
function
sayHello
()
{
console
.
log
(
'Hello World'
)
}
sayHello
()
Hello World
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)