Alex's Site

Hi! I'm Alex. Here's my random paragraph that I wanted to write so that my site looks beefier, so I'll just type some random introduction stuff. I like to code, I've been doing it for a few years in HTML, CSS and JavaScript. I have a rescued six year old mutt named Jackie, and you can find her below this. I have a Mom, Dad and little sister. I also am a drummer and make music electronically. This is going to be the end of my mini paragraph, but feel free to explore the rest of the site.

Jackie!

Here's some quick little code sketches I made in my free time. Feel free to check them out!

Fizzbuzz!

My logic for fizzbuzz was to constantly be increasing the counter by 1, and every single time checking to see if there is a remainder for 3, 5 and 15. If there was no remainder, it meant that the number was divisible by 3, 5 or 15. I set up sprites to do this and check for their corresponding number, saying Fizz, Buzz, or Fizzbuzz when it works. Find it here!