JSFiddle - React, Tailwind, and code Playground

by Malin Jayakody

JavaScript

let x = null;
if (x != undefined) {
  alert("test");
}