JSFiddle - React, Tailwind, and code Playground

by helgatheviking

JavaScript

console.debug( isNaN(undefined) ); // true
console.debug(isNaN(37) );// false
console.debug( isNaN('aa') );