Q. Which keyword declares a block-scoped variable? (A) let (B) var (C) const (D) Both let and const ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Both let and const Explanation: Both let and const are block-scoped.