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 1c8bde4 commit 3132877Copy full SHA for 3132877
src/brainGCD.js
@@ -1,4 +1,4 @@
1
-import { getRandomNum } from "./brainEven";
+import { getRandomNum } from "./brainEven.js";
2
import { TheMotor } from "../index.js";
3
const alert = "Find the greatest common divisor of given numbers.";
4
const getNOD = (num1, num2)=>{
0 commit comments