...

/

Quiz: Functions and Operators

Quiz: Functions and Operators

Let's test your understanding of functions and operators.

We'll cover the following...
1

What is the correct syntax of declaring a function?

A)

function func_Name() {}

B)

let var = function() {}

C)

Both A & B

Question 1 of 60 attempted