JSFiddle - React, Tailwind, and code Playground

by helgatheviking

JavaScript

let number = '    ';

if ( typeof number === 'string' ) {
	console.debug( number.trim() );
} else {
console.debug('a number bitch');
}