We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e120cd commit 183c08eCopy full SHA for 183c08e
1 file changed
other/primeFactors.js others/primeFactors.jsother/primeFactors.js renamed to others/primeFactors.js
@@ -14,4 +14,5 @@ function primeFactors(n){
14
return factors;
15
}
16
17
-// primeFactors(69); [3, 23]
+primeFactors(69);
18
+// -> [3, 23]
0 commit comments