V School | Better Humans, Better Outcomes

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

Exercise - String Manipulation

The purpose of this exercise is to get you comfortable using the terminal with node, npm, and your text editor. You will learn the basics of string manipulation and how to find things on the Internet. Using the NodeJS package readline-sync, create an interactive program that asks you some personal

V School | Better Humans, Better Outcomes © 2026