JSFiddle - React, Tailwind, and code Playground

by helgatheviking

JavaScript

let test = '';

console.debug(isNaN(test));
if( isNaN( test ) ) {
	alert('not a number');
} else {
alert('wtf');
}