Home
Press ? for keyboard navigation
❮
Type of variable
Function in var
❯
Functions
examples/javascript/function.js
function
add
(
x
,
y
)
{
var
z
=
x
+
y
;
return
z
;
}
console
.
log
(
add
(
2
,
3
));
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)