JSFiddle - React, Tailwind, and code Playground by Frank Liu June 23, 2019 JavaScript var x = Number(null); var y = Number(undefined); console.log( x == y);