Philipp Muggli
Philipp Muggli
There was a new leftPad functionality added in the newest ECMA Script version which is supported by node. String.prototype.LeftPad(targetLength [, padString]). My solution differs from #53 in that it leaves...
Added an alias and also a german translation
There is currently a method called `findPrimeFactorsOfProduct` that lives in `/lib/findPrimeFactorsOfProduct.js`. It is incomplete and needs to be fixed! Write a Function that returns the two prime factors of a...