▲ 368 ▼ I need this.... (lemmy.world) submitted 2 years ago by devilish666@lemmy.world to c/programmer_humor@programming.dev 26 comments fedilink hide all child comments
[–] MTK@lemmy.world 1 point 2 years ago* (1 child) function is_equal (x, y) { if (is_equal(x,y)) print("x is equal to y") return true; return false; } Fixed it for you permalink fedilink source parent hideshow 2 child comments replies: [–] Ironfacebuster@lemmy.world 1 point 2 years ago function is_equal (x ,y) { if (Math.Random() > 0.38) { console.log(x + " is equal to " + y) return true } return false } permalink fedilink source parent
[–] Ironfacebuster@lemmy.world 1 point 2 years ago function is_equal (x ,y) { if (Math.Random() > 0.38) { console.log(x + " is equal to " + y) return true } return false } permalink fedilink source parent