Skip to content

Commit afea28f

Browse files
rootroot
authored andcommitted
another fix index.js
1 parent 9fe4ee8 commit afea28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import readlineSync from "readline-sync"
22
export const needAnswers = 3;
3-
const TheMotor = (feat, alert) =>{
3+
const TheMotor = (alert, feat) =>{
44
const maxRoundCount = 3;
55

66
console.log('Welcome to the Brain Games!');

0 commit comments

Comments
 (0)