V School | Better Humans, Better Outcomes

JavaScript Data Types & Function Arguments

JavaScript is made up of essentially two categories of data types with differing characteristics. Type 1: Primitive Data The primitive data types are: 1. Strings 2. Numbers 3. Booleans Primitive data types all share the characteristic of immutability, or the inability to be changed. All operations on primitive data types

MongoDB Overview

A database is simply a storage mechanism for information. In the same way a warehouse stores physical inventory in rows, on shelves, in boxes, etc., a database stores data in it’s own organized way. The two types of database structures are relational (SQL) and non-relational (NoSQL). Relational vs. Non-Relational

Mighty Clicker

You are the mighty clicker! And you are going to build a website that allows you to....click things. Requirements: * Have two buttons on the screen, one red and one blue. * Above or below the button should be some text with a "score" in it. Start each of these scores

React Name Badge

Using React create a website that looks/works like this: Requirements: * The user should be able to enter their information in the badge fields. * Upon submit, the badge fields should be cleared, and a new badge should be displayed below the badge form. * Each time the user submits a badge,

Angular ng-model

Create a simple Angular website. It should have 3 ng-model input elements and 3 two-way data-bound elements using the {{ nameOfVariable }} syntax. ("2-way data binding" is where the HTML text updates in sync with my typing in the input box. When you start typing in the input boxes, the corresponding elements

V School | Better Humans, Better Outcomes © 2026