V School | Better Humans, Better Outcomes

Alpha & Omega - Multi-dimensional Array

Create a multi dimensional array that has 100 grid elements. If the column is an odd number print the Omega symbol: var omega = '\u03A9'; If the column is an even number print the Alpha symbol: var alpha = '\u03B1' The end result should look similar to this: α Ω

Mighty Clicker

You are the mighty clicker! And you are going to build a website that allows you to....click things. Requirements: * Have two buttons on the screen, one red and one blue. * Above or below the button should be some text with a "score" in it. Start each of these scores

Penguins vs. Communists

The year is 1950 during the Cold War. The Soviet communists are making plans to invade Antarctica. The penguins of the south aren't going down without a fight. You will decide the fate of the penguins or communists through Javascript callbacks. Assignment Requirements * Create two parties (Create a Javascript class

Colossal Adventure (Console RPG)

The year is 1985. Your job is to build a text-based (console) RPG game. The point of this exercise is to better master Javascript functions, loops, conditionals, and some data types. Project Requirements: 1. Console must greet player with a fun message 2. Console must ask for the player's name

The Princess Is In Another Castle

Requirements: * Create a class for a player that has the following properties: * name of type String * totalCoins of type Number * status of type String (options are Powered Up, Big,Small, and Dead) * hasStar of type Boolean (Is a star active?) * setName of type function - Has a parameter called namePicked

V School | Better Humans, Better Outcomes © 2026