V School | Better Humans, Better Outcomes

Hello, Class!

var sayHello = function(){ console.log("hello class") } Tasks Level One * call the function * change this function expression to a function declaration Tasks Level Two * Give the function a name parameter * Pass the function call a string (preferably a name) as an argument. * Return a cool string, like: "Hello Fred!"! Tasks

Enemy Generator

Build a constructor that can generate enemy "objects." Then write a function to create 100 enemy objects, store them in an array, and return the array. Each enemy object should have the following properties: * type * hitPoints * defense The type should be randomly selected among the following types: * Ancient Dragon * Prowler

Tech Interview Prep Resources (MEAN)

Developer Interview Questions 1 Developer Interview Questions 2 Javascript Algorithm Questions

Tech Wish List

My Tech Wishlist You are going to build a website that displays your technology wish list. You will have two pages, one that shows your list of desired computer/phone tech, and another list for other tech (ie Surround Sound Systems, Robots, etc). You will re-use a directive element for

Look It Up!

Using the readline-sync package, write a program that allows a user to create their own dictionary. When the program starts, a menu should display asking the user which of the following they would like to do: 1. Insert a word and its definition 2. Look up an existing word's definition

V School | Better Humans, Better Outcomes © 2026