Q. Which statement is true about let, var, and const? (A) var is block scoped (B) let is function scoped (C) const must be initialized (D) const can be reassigned ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) const must be initialized Explanation: const must be initialized when declared.