Level 30 Level 32
Level 31

[No Typing] 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