Practicing JavaScript
Problem 1: Multiples of 3 and 5.
Problem 2: Even Fibonacci Numbers.
Problem 3: Largest prime factor.
Problem 4: Largest palindrome product of n digits number.
Problem 5: Smallest multiple.
$ yarn test problem # TDD with Unit Tests for the problem
$ yarn test:coverage # TDD Unit Test coverage
$ yarn start problem # Runs the program problem