JSFiddle - React, Tailwind, and code Playground

by lavisha99

JavaScript

function bidtrue (){ 
let randno = Math.floor(Math.random()*1+0);
let value = null

console.log(randno)


return(randno === 0 ? true : false); 
}
bidtrue();