1. How do you call (invoke) a function in JavaScript?

Wrong

2. What does the acronym IIFE stand for in the context of JavaScript functions?

Wrong

3. What is the purpose of the 'this' keyword in a JavaScript function?

Wrong

4. What is the purpose of parameters in a function?

Wrong

5. Which of the following function declarations is a function expression?

Wrong

6. What is the purpose of the 'arguments' object in a JavaScript function?

Wrong

7. What is the return type of a function in JavaScript if no 'return' statement is specified?

Wrong

8. Which keyword is used to define default values for function parameters in JavaScript?

Wrong

9. What is the primary purpose of functions in JavaScript?

Wrong

10. How do you declare a function in JavaScript?

Wrong

Result: