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 567d38a commit 3e467d0Copy full SHA for 3e467d0
src/BrainCacl.js
@@ -2,7 +2,7 @@ import { TheMotor } from "../index.js";
2
import { getRandomNum } from "./brainEven.js";
3
const alert = 'What is the result of the expression?';
4
const operations = ()=>{
5
- const maxVal = 15;
+ const maxVal = 10;
6
const minVal = 1;
7
const firstNum = getRandomNum(minVal, maxVal);
8
const secondNum = getRandomNum(maxVal,maxVal);
0 commit comments