Level 29 Level 31
Level 30

Functions


3 words 0 ignored

Ready to learn       Ready to review

Ignore words

Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.

All None

Ignore?
a-z, 0-9, _ , $
Function names can contain
function functionName(parameters){code}
Function syntax
function functionName(a, b) { return a * b; }
Function returning the product of a and b