JSFiddle - React, Tailwind, and code Playground

by abhishek_soni

JavaScript

function isTrue(){
return false
}

if(isTrue()){console.log('truee')}else {console.log('not true')}