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 0a3ceb0 commit ebaa4ceCopy full SHA for ebaa4ce
src/games/brainEven.js
@@ -13,7 +13,7 @@ const genRounds = ()=>{
13
14
}
15
const gameven = () =>{
16
- theMotor(description, genRounds)
+ theMotor(description, genRounds);
17
};
18
19
export {getRandomNum, gameven};
0 commit comments