Q. The let keyword can be used (A) in a for or for/in loop, as a substitute for var (B) as a block statement, to define new variables (C) to define variables that are scoped to a single expression (D) all of the mentioned ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) all of the mentioned Explanation: The let keyword can be used in four ways :