JSFiddle - React, Tailwind, and code Playground

by helgatheviking

JavaScript

let x = Number( 0 );


if ( 0 === x ) {
   console.log('yay');
} else {
	console.log('why');
}