Skip to content

Commit 3e467d0

Browse files
rootroot
authored andcommitted
try to life(((((
1 parent 567d38a commit 3e467d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BrainCacl.js

Lines changed: 1 addition & 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 = 15;
5+
const maxVal = 10;
66
const minVal = 1;
77
const firstNum = getRandomNum(minVal, maxVal);
88
const secondNum = getRandomNum(maxVal,maxVal);

0 commit comments

Comments
 (0)