JSFiddle - React, Tailwind, and code Playground
JavaScript
let test = '';
console.debug(isNaN(test));
if( isNaN( test ) ) {
alert('not a number');
} else {
alert('wtf');
}
let test = '';
console.debug(isNaN(test));
if( isNaN( test ) ) {
alert('not a number');
} else {
alert('wtf');
}