V School | Better Humans, Better Outcomes

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".

Looper

You are going to create a for loop inside of an inline

Simple HTML Calculator

You are going to create a simple calculator that can Add, Subtract, and Multiply. Requirements: * You will have one section (

) for each math operation (so 3 sections) total * Each section has two inputs to take the first and second numbers * Each section will have a button to perform the operation

Reverse String

Define a function that takes one parameter of type String. The function should return the string in reversed format. So if a user passes in This is cool! the function will return !looc si sihT Print the result of the function to the screen.

V School | Better Humans, Better Outcomes © 2026