Question: Which Variable-defining keyword allows its variable to be accessed (as undefined) before the line that defines it?

  1. all of them
  2. `const`
  3. `var`
  4. `let`

Answer: The correct answer of the above question is Option C:`var`