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 3e467d0 commit 984e2ccCopy full SHA for 984e2cc
src/BrainCacl.js
@@ -10,7 +10,7 @@ const operations = ()=>{
10
const minIndex = 0;
11
const MaxIndex = ops.length-1;
12
const randomOp = ops[getRandomNum(minIndex, MaxIndex)];
13
- return `${firstNum} ${randomOp} ${secondNum}`
+ return `${firstNum}${randomOp}${secondNum}`
14
}
15
const StartValueOPS = (exs)=>{
16
const convert = exs.split(' ');
0 commit comments