Hello!
First time posting and its my v first completed repo (kinda).
It may not be the best or smartest code but it does what it was intended to do 
Took me far too long to figure out a method that worked but I’m glad I figured it out.
Hope you enjoy!
Looks pretty good. I like the concept!
As an alternative to all the “else if” statements you could consider a Switch statement.
One style note - javascript does not require the semi-colon at the end of statements, but you should probably try to be consistent in whether or not you use it - to make the code easier to read. A little confusing with it there some of the time.
Sarah
Hey Sarah,
Glad you liked it!
Thanks for the advice, hadn’t thought about using switches 
I’ll update the code to fix up the unnecessary semi-colons.
Thanks
Alex