What are the main parts of a JavaScript function declaration?
Actual argument values followed by no reusable body.
Only a name followed by a semicolon.
An HTML tag, CSS selector, and browser URL.
The function keyword, a function name, parentheses for parameters, and a body enclosed in braces.
function