JS Check es el tiempo de ejecución de la cadena
if (typeof a_string === 'string') {
// this is a string
}
Thoughtful Tortoise
if (typeof a_string === 'string') {
// this is a string
}