Skip to content

Commit 157900d

Browse files
rootroot
authored andcommitted
another fix Brain Calc im so sad
1 parent 0a01b02 commit 157900d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BrainCacl.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TheMotor } from "../index.js";
22
import { getRandomNum } from "./brainEven.js";
33
const alert = 'What is the result of the expression?';
44
const operations = ()=>{
5-
const maxVal = 30;
5+
const maxVal = 15;
66
const minVal = 1;
77
const firstNum = getRandomNum(minVal, maxVal);
88
const secondNum = getRandomNum(maxVal,maxVal);
@@ -39,4 +39,5 @@ const gameCalc = ()=>{
3939
const ReadyGameCalc = ()=>{
4040
return TheMotor(gameCalc, alert);
4141
}
42+
4243
export default ReadyGameCalc;

0 commit comments

Comments
 (0)