Question
Which keyword declares a block-scoped variable in modern JavaScript?
Select an option. Your answer will be checked instantly.
Correct Answer: A. let
Explanation:
The correct answer is let.
Leave a Reply