V School | Better Humans, Better Outcomes

Hit List (axios or fetch)

You have been hired by the Godfather to make an internal mafia hit list site. The Corleone family has been having a hard time keeping track of all the people they need to 'take care of ', and all the jobs that have already been successfully carried out. You have

Career Preparation Homework

Ongoing assignments: * 2 tweets per week * add each weekly presenter to LinkedIn and send personalized invite to connect thanking him or her for the presentation. Career Prep Presentations https://www.youtube.com/playlist?list=PLuQaqxepLcYiiiYQEuQLvqlvqNA1utkDv Week 1 - Networking/Search & Apply * Updated LinkedIn and Resume with V School info. * Create

Letter Frequency

Find the frequency of all characters in a given word or phrase, and print them to the console. * Contain the characters and their counts within an object. * Each character will be its own key * Each value will be the character's frequency. Example: const phrase = 'slimy smelly solution'; arrayIndex = (str) => { // Manipulation

Caeser Cipher

In cryptography, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed

Exercise - Functions

Functions are important building blocks in any language. They help ensure that your code follows the DRY principle and that you follow a design principle called Separation of Concerns. Your functions should “do one thing and do it well” (McIlroy). These exercises will help strengthen your function know-how. * Write a

V School | Better Humans, Better Outcomes © 2026