V School | Better Humans, Better Outcomes

Copy Cat

Write a function that takes an object as a parameter and returns a "deep copy" of it. A "deep copy" is where the two objects have all the same properties and values as each other, but are living at different memory addresses. If one of them changes, the other is

Deploying With Digital Ocean & nginx

DigitalOcean is a simple and robust cloud computing platform, designed for developers. It allows your to deploy websites on a remote server. NGINX is a free, open-source, high-performance HTTP server and reverse proxy. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.

Sorty McSortSort

Write a function that takes two parameters, an array of user objects and a boolean 'sortAscending'. If the boolean 'sortAscending' is true, sort the array of user object by last name from A-Z. If the boolean is false, sort the array from Z-A. Try to do this without using Array.

Week 7 Interview

This will be a demonstration of your understanding of the topics covered in HTTP/APIs Level 3 and Databases Level 2. It will consist of a technical interview with an instructor or TA. Technical interview The instructor/TA will ask you to answer / explain the following questions / topics: * What REST

SchEMO

* Create an express server. * Create A mongoose Schema for emo musical groups. * The schema should be able to handle and object like this example. { name: "The long hairs", members: [ { name: "Billy Cane, instrument: "harmonica", age: 23}, { name: "Joe Sash", instrument: "trombone", age: 28 } ] }, yearFormed: 2008, records: [ { name: "don't cut my

V School | Better Humans, Better Outcomes © 2026