devilish666@lemmy.world to Programmer Humor@programming.dev · 8 months agoI need this....lemmy.worldimagemessage-square26fedilinkarrow-up1384arrow-down116
arrow-up1368arrow-down1imageI need this....lemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 8 months agomessage-square26fedilink
minus-squareIronfacebuster@lemmy.worldlinkfedilinkarrow-up1·8 months agofunction is_equal (x ,y) { if (Math.Random() > 0.38) { console.log(x + " is equal to " + y) return true } return false }
function is_equal (x ,y) { if (Math.Random() > 0.38) { console.log(x + " is equal to " + y) return true } return false }