Day 129 Project Euler
Solved problems eight and ten in Project Euler today with JavaScript!!
Was able to use my custom math functions library “home-on-the-range” to help solve problem 10.
Problem 10 was to find and sum all of the primes below 2 million.
For me this was easy, I did most of the work when writing my math library. It took three lines of code!
If you’d like to try out the library you can find it here =>
The other problem was actually very interesting as well, I will put pics of the question and my solution below.
After this I continued to work on my quiz randomizer for teachers. I updated the styling on the quiz page and worked out the logic for adding new questions to the quiz!