I hereby claim:
- I am multitudes on github.
- I am multitudes (https://keybase.io/multitudes) on keybase.
- I have a public key ASDRExgTkkwQv_1nAcGkgh7T58lKw6DHI56bxc0eyHAJ9go
To claim this, I am signing this object:
| // Project Euler: Problem 4: Largest palindrome product | |
| //A palindromic number reads the same both ways. | |
| // The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99. | |
| // Find the largest palindrome made from the product of two n-digit numbers. | |
| function largestPalindromeProduct(n) { | |
| let largest = 0 | |
| let inputString = "9".repeat(n) | |
| let inputNumber = +inputString |
I hereby claim:
To claim this, I am signing this object: