@devilish666 to Programmer [email protected] • 8 months agoI need this....imagemessage-square26arrow-up1380arrow-down116
arrow-up1364arrow-down1imageI need this....@devilish666 to Programmer [email protected] • 8 months agomessage-square26
minus-square@MTKlink1•edit-28 months 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-square@Ironfacebusterlink1•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 (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 }