JavaScript variables can hold many data types. Which data type does the following variable represent?
var x = '16';
Object
String
Number
Boolean