V School | Better Humans, Better Outcomes

Enemy Generator

Build a constructor that can generate enemy "objects." Then write a function to create 100 enemy objects, store them in an array, and return the array. Each enemy object should have the following properties: * type * hitPoints * defense The type should be randomly selected among the following types: * Ancient Dragon * Prowler

Tech Wish List

My Tech Wishlist You are going to build a website that displays your technology wish list. You will have two pages, one that shows your list of desired computer/phone tech, and another list for other tech (ie Surround Sound Systems, Robots, etc). You will re-use a directive element for

Warmup - Red Rover

You met a child, who due to physical disability, is unable to play red rover with his friends. Having seen his great despair, you decided to make a robot that the child can control and thus take part in the game with his friends. Your goal is to get the

Look It Up!

Using the readline-sync package, write a program that allows a user to create their own dictionary. When the program starts, a menu should display asking the user which of the following they would like to do: 1. Insert a word and its definition 2. Look up an existing word's definition

Warmup - StringSplosion

Create a function that, given any non-empty string, returns a string where each character is concocted with each of the preceding characters. Example: stringSplosion("ab") //Output: "aab" stringSplosion("abc") //Output: "aababc" stringSplosion("Code") //Output: "CCoCodCode" Hint: You'll first want to identify the pattern before writing the code.

V School | Better Humans, Better Outcomes © 2026