JSFiddle - React, Tailwind, and code Playground

by Kristian Jabilles

JavaScript

function test() {
 return false && true && true && true
}

console.log(test())