devilish666@lemmy.world to Programmer Humor@programming.dev · 1 year agoI need this....lemmy.worldimagemessage-square26fedilinkarrow-up1380arrow-down116
arrow-up1364arrow-down1imageI need this....lemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square26fedilink
minus-squareMTK@lemmy.worldlinkfedilinkarrow-up3arrow-down2·edit-21 year agofunction is_equal (x, y) { if (is_equal(x,y)) print("x is equal to y") return true; return false; } Fixed it for you
minus-squareIronfacebuster@lemmy.worldlinkfedilinkarrow-up1·1 year 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 (is_equal(x,y))
return false;
}
Fixed it for you
function is_equal (x ,y) { if (Math.Random() > 0.38) { console.log(x + " is equal to " + y) return true } return false }