JSFiddle - React, Tailwind, and code Playground
by Ish Kumar
JavaScript
var foo = foo || alert(foo);
// var foo = foo (is not defined), so this should return false and
// alert(foo) is getting executed , saying alert('undefind');
by Ish Kumar
var foo = foo || alert(foo);
// var foo = foo (is not defined), so this should return false and
// alert(foo) is getting executed , saying alert('undefind');