We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cda60 commit 968cf29Copy full SHA for 968cf29
Maths/DigitalRoot.js
@@ -31,7 +31,4 @@ const digitalRootRecursive = (num) => {
31
return digitalRootRecursive(sum); // Call digitalRoot recursively to reduce to single digit
32
};
33
34
-export {
35
- digitalRoot,
36
- digitalRootRecursive
37
-}
+export { digitalRoot, digitalRootRecursive };
0 commit comments