JSFiddle - React, Tailwind, and code Playground

by Abdul Ahmad

JavaScript

const oneVal = 1;
const secondVal = oneVal || 2;

alert(secondVal);