Skip to content

Instantly share code, notes, and snippets.

@Cst2989
Created November 16, 2021 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cst2989/a749dbc0a420c26d6c425987f5145c56 to your computer and use it in GitHub Desktop.
Save Cst2989/a749dbc0a420c26d6c425987f5145c56 to your computer and use it in GitHub Desktop.
Largest Palindrome Product
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