JavaScript variables can hold many data types. Which data type does the following variable represent? var x = "16"
Boolean
Number
String
Object
(C) String
Explanation: