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