Quiz: Functions and Operators
Let's test your understanding of functions and operators.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the correct syntax of declaring a function
?
A.
function func_Name() {}
B.
let var = function() {}
C.
Both A & B
1 / 6