V School | Better Humans, Better Outcomes

Loops & Arrays

Create a function called createEvenArray. It will have 1 parameter called highestNum where you will pass in the highest number that you want to create even numbers up to. Create a for loop inside that function that pushes all even numbers up to that highest number to that array. The

Silly CIA Part 2

Use the HTML article from theonion.com that you formatted in Part 1. Instructions Style the article using the following: 1. Make the main headline dark green. 2. Use the font family "Georgia" for the main headline and the sub-headline. 3. Center the text of the main headline and the

Javascript Calculator (Node)

You are going to create a calculator in pure Javascript using NodeJS and readline-sync. Your script must have: * A function that adds two numbers and returns the result * A function that multiplies two numbers and returns the result * A function that divides two numbers and returns the result * A function

Even/Odd Looping

Create a for loop that iterates through 101 numbers (from 0 - 100). If the current iteration is an Odd number, print "Odd" to the console, otherwise print "Even".

Mario Pest Control

Princess Peach has a huge infestation of Goombas, Bob-ombs, and Cheep-cheeps, and has commissioned Mario to take care of her pest problem. Mario did the job, but he is having trouble keep track of how many he has caught and has asked you to build him a website that keeps

V School | Better Humans, Better Outcomes © 2026