Level 30
Level 32
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.
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