Węzeł JS Sprawdź typ zmiennej

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