Created
November 16, 2021 21:23
-
-
Save Cst2989/a749dbc0a420c26d6c425987f5145c56 to your computer and use it in GitHub Desktop.
Largest Palindrome Product
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let input = 100 | |
let aNumber = 91; | |
let bNumber = 99; | |
let multiplication = aNumber * bNumber = 9009; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment