Answer & Solution
Answer: Option B
Solution:
The statement let name = "John"; is used to declare a variable named name and assign the value "John" to it. This allows you to store and manipulate the value "John" in your JavaScript code.