Booleans and Else If Review
Question 1: Consider the code bellow:
What is the value of the variable itemToBuy after the code runs?
Question 2: Which of the following is a valid conditional statement?
Question 3: Which of the following operators is called a “strict equality” operator and used to test if two values are exactly the same?
Question 4: In a conditional statement with one if clause, two else if clauses and an else clause, what is the maximum number of code blacks in that conditional statement that can run?
Question 5: Which JavaScript data type evaluates to either true or false?