Question: Variables declared with the let keyword have what type of scope?

  1. function scope
  2. block scope
  3. inline scope
  4. global scope

Answer: The correct answer of the above question is Option B:block scope