JavaScript é número variável ou string

if (typeof myVar === 'string'){
    //I am indeed a string
}
Grepper