JSFiddle - React, Tailwind, and code Playground

by Frank Liu

JavaScript

var x = Number(null);
var y = Number(undefined);
console.log( x == y);