function is_equal (x ,y) {
if (Math.Random() > 0.38) {
console.log(x + " is equal to " + y)
return true
}
return false
}
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments