JavaScript adalah nomor atau string variabel

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