Sophomore
Javascript Program

The function Start runs the code in it when the program is started.

This function draws the last scene without any narration.

This function draws the first scene of the story.

This function draws the second scene of the story.

This function draws the third scene of the story.

This function draws the last scene of the story.
I have learned to make shapes as well as arcs in javascript. I also learned how to use functions like getHeight() and getWidth(). Get Height() will get the height of the canvas, while getWidth() gets the width of the canvas. Another thing I learned is function start(){}. This will run whatever code is in it without having to call your function in the code.
Scene 1 shows a cat walking into the alley. There are also print statements to tell the story to the user. Scene 2 shows a cat and a dog bumping into each other. Scene 3 shows the cat and dog fighting each other. Scene 4 shows the cat and dog reconciling, and about to go into the building together.
Web Design
I have learned to make a website using flex. I also learned how to use align-content, justify-content, align-items, and align-self properties. Property values that can use space-between, center, flex-start, flex-end, space-evenly, and space-around. I also had to learn how to nest everything in a way to allow the cards on the website to be made successfully.
My website is about my top 6 favorite video games. The home page on my website has six cards using flex, and the other properties I learned. Each card has a description on it. When clicked, it will take you to the game’s page for more information on the game. This page has heroes, villains, a fun fact under the note section, and a trailer of the game.
