Quiz

Test your understanding of functions in JavaScript.

We'll cover the following...
Technical Quiz
1.

Choose the correct option

A.

A function is a group of if-else statements that performs a particular task

B.

JavaScript functions are created using the func keyword

C.

A function call triggers the execution of the function code

D.

All of the above


1 / 7