JSFiddle - React, Tailwind, and code Playground

by Pritesh Patel

JavaScript

const value = 'e'

const test = !isNaN(Number(value)) || !value;

console.log('test: ', test);