JSFiddle - React, Tailwind, and code Playground

by Paco86

JavaScript

var a = 1;
var b = 2;

alert(a === 2 || b === 3 ? 'haha' : 'nono')