We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb110e commit 1b0de76Copy full SHA for 1b0de76
src/games/games-logic/even.js
@@ -1,4 +1,4 @@
1
-export const rule = '\'yes\' is wrong answer ;(. Correct answer was \'no\'.';
+export const rule = 'Answer "yes" if the number is even, otherwise answer "no".';
2
3
export const logic = () => {
4
const questionNumber = Math.floor(Math.random() * 50);
0 commit comments