julzbond / Challenge-Largest-palindrome-product

Largest palindrome product

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 3-digit numbers.

There are 2 tests, make the tests pass.

Once your tests pass, fix the text of the second tests so that it's true (fill in A×B).

Getting Started

  1. Clone this repository
  2. To retrieve all dependecies, run the command: npm install
  3. Your work will be done in the file named: largest_palindrome_product.js
  4. Run your test with the command: npm test
  5. There are two tests total. Make them pass!
  6. Bonus write more tests!

From Project Euler Problem 4

About

Largest palindrome product


Languages

Language:JavaScript 100.0%