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 9fe4ee8 commit afea28fCopy full SHA for afea28f
index.js
@@ -1,6 +1,6 @@
1
import readlineSync from "readline-sync"
2
export const needAnswers = 3;
3
-const TheMotor = (feat, alert) =>{
+const TheMotor = (alert, feat) =>{
4
const maxRoundCount = 3;
5
6
console.log('Welcome to the Brain Games!');
0 commit comments