V School | Better Humans, Better Outcomes

Final Project Overview

Overview Your final project is a portfolio project that will help you obtain your first job as a programmer! Your project will include: * A robust front-end using Angular and Bootstrap * A back-end server with an API * A database to persist the data Front End Your front-end needs to be mapped

Warmup - Unique Name

Part One Define a function in JavaScript named addUniqueName that has two parameters - one called name of type String and the other called names of type Array. The function will take the name and add it to the names array only if that name is not already in the

Javascript Callbacks

Callbacks are found all over the place in JavaScript. A callback is simply a function that delays its execution until the time is just right for it to execute. Synchronous vs. Asynchronous JavaScript You'll often hear about a concept called synchronous and asynchronous programming/programs/code. When a piece of

Warmup - Print Date

Write a JavaScript program to display the current day and time. The format that prints to the console should look similar to this: Today is: Friday Current time is: 4:52:40 PM All that matters is the end result. No matter what day you run this program, it should

Yoda Speak

This is an $http exercise. You have been commissioned as Yoda's official translator, and to make your job easier you want to create a site that translates normal speech into Yoda Speak. Luckily, a Yoda Speak API already exists so all you have to do is connect with the API

V School | Better Humans, Better Outcomes © 2026