JavaScript - это число переменного или строка

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