V School | Better Humans, Better Outcomes

Conditionals Practice

If statements and Boolean logic are used in every useful program to help decide what should be done given a certain set of inputs or conditions. This exercise will help you become more familiar with these programming constructs. * Write a JavaScript function that accepts two numbers as inputs. Print out

Ugly Things

You are going to build an React app that allows a user to post things that they think are ugly. The data of ugly things should be managed by React Context. You will be using the Ugly Things API created by the wonderful yet calculated Bob. Requirements * Must have 3

The Original Bounty Hunter

You are a bounty hunter of the Old Republic. Your parents were killed by a Sith Lord as a child and your goal in life is to kill all the Sith and Jedi. In order to help you in your quest, and since you are a do-it-yourself kind of bounty

Intro to JavaScript

History of Javascript JavaScript was originally created in 10 days by Brendan Eich who was working at Netscape. The language is often confused by non-developers with Java, but they actually have very little in common. Those pushing JavaScript received a trademark license from Sun, but before that the language was

Terminal Kung-Fu

What is the terminal? When launched, it provides a line interface to control the underpinnings of the UNIX-based operating system. In short, it lets you control your computer like hackers from the movies! Why use it? Until now, you've been used to using a mouse and monitor to interact with

V School | Better Humans, Better Outcomes © 2026