How do you call a function expression in JavaScript?
O by using the variable name that the function expression is assigned to and invoking it with
parentheses
and a semicolon
O by using the function name and invoking it with parentheses and a semicolon
O by using the keyword "function" followed by an existing variable's name and Invoking it with
parentheses and a
semicolon
O by using the keyword "function" followed by the function name and invoking it with parentheses an
a semicolon