Here's a log of all of the little changes I've made over time, organized by date.
Before 10/14/19:
Made everything you see in front of you.
10/14/19:
Added code journal, and updated the about page of my 'arowe' website.
10/15/19:
Added catalog page to website
10/24/19:
Created design for CompSci room
10/27/19:
Attempted to set up Systemic2, gave up
11/14/19:
Finished Fizzbuzz project and added to code sketch section of journal
11/24/19:
Read code for cats article, got a basic idea of how libraries and such work, besides what I already knew about Javascript
12/3/19:
Finished the alpha version of my Christmas Roulette
12/4/19:
Finished the beta version of my Christmas Roulette
12/22/19:
Finished the beta version of Grandma's Gift
2/7/20:
Made the swarm function, where it creates a bunch of divs and chooses random positions for all of them based on left and top spaces.
4/30/20:
Worked on data.html, a small test of the localStorage object. I wanted to see if I could recall data once the page was reloaded, and hopefully I can scale this up to some bigger projects soon.