MCQ
In JavaScript, what data type is the value "Hello World"?
Unit-3 Programming Fundamentals
A number
B string
C boolean
D array
Explanation

A value written inside double or single quotes is a string data type.