Variables & Types Quiz

Complete this assessment with 100% score to master this chapter.

01Which keyword should you use for a variable that will NOT change?

02What is the result of typeof '123'?

03What does typeof null return in JavaScript?

04Which of the following is a FALSY value in JavaScript?

05Two arrays with identical contents are compared using ===. What is the result?