Skip to content

Commit 3ae70e8

Browse files
rootroot
authored andcommitted
mb last fix brain-even
1 parent ac3b148 commit 3ae70e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/brainEven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function TheMotor(feature, description) {
66
const name = readlineSync.question('May I have your name? ');
77
console.log(`Hello, ${name}!`);
88
console.log(description);
9-
for (let i = 1; i <=needAnswers, i+=1){
9+
for (let i = 1; i <=needAnswers; i+=1){
1010
const [exp, rightAnswer] = feature();
1111
console.log(`Question: ${exp} `);
1212
const userAnswer = readlineSync.question('Your Answer: ');

0 commit comments

Comments
 (0)