JSFiddle - React, Tailwind, and code Playground

by Jussia

JavaScript

var b = 0;
var a = b != undefined ? 1 : 2
console.log(a)