My First Coding Classes
- Amethyst Aurora
- Mar 12, 2020
- 1 min read
Updated: Mar 15, 2020
I built a website. It was fun, but with no existing backend.
Then, in a Java class, I built the backend for an application that would help to monitor animals at a zoo. That was even more fun.

I learned to create a side-scroller game in JavaScript. I used that to create my first animated video, "Wandering."
for (var daysinWeek = 0; daysinWeek < 8; daysinWeek ++) {
System.out.println("TO DO: ");
System.out.println("Code");
System.out.println("Code more");
}


Comments