Q. Which of the following is a primitive data type in JavaScript?
β
Correct Answer: (A)
String
Explanation: String is a primitive data type, while the others are objects.