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 afea28f commit 7ab7bfbCopy full SHA for 7ab7bfb
src/brainEven.js
@@ -13,7 +13,7 @@ const Game = ()=>{
13
14
}
15
const gameven = () =>{
16
- TheMotor(Game, alert)
+ TheMotor(alert, Game)
17
};
18
19
export {getRandomNum, gameven};
0 commit comments