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