JS Check adalah string runtime

if (typeof a_string === 'string') {
    // this is a string
}
Thoughtful Tortoise