Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 339 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 339 Bytes

Project Euler Challenges

JS solutions for Project Euler Challenges from the 'Web Development 101' course of the Odin Project:

  1. Problem 1: Sum of multiples of 3 and 5.
  2. Problem 2: Sum of even Fibonacci numbers.
  3. Problem 3: Largest Prime Factor.