nodo JS Tipo de verificación de variable

if (typeof i != "number") {
    console.log('This is not number');
}
Plain Piranha