V School | Better Humans, Better Outcomes

Arrays

Arrays are a data structure we can use to collect together multiple other pieces of data. Essentially, it's like a box that holds things inside in a specified order. Creating an array Arrays are created simply by surrounding the pieces of data you want in the array with square brackets

Mom's Shopping List

Your mom is frustrated by her propensity to lose slips of paper with writing on them, specifically her shopping lists. She knows that you're a really smart web developer and assumes that you can easily make her a website to keep track of her shopping list. Project Requirements Overview Using

Why Angular?

Life Before Angular What was life like before Angular? It was like this: $('.' + className + '[' + attrLookup + '^=' + attrPrefix ']:not(.' + notClass + ')'); And like this: $('#something') .append('

Linky
') .append('
Linky
') .append(''); And a little bit like

Angular Beginnings

Angular Setup We are going to work help you memorize how to set up an a basic Angular app. You will do this over an over for each Angular project and you need to get this down! Requirements 1. Load Angular framework from a CDN 2. Create an Angular module

Data Types

Representing Data Data types (also known as data structures) allow programmers to represent information from the real world in code. They can be divided into 2 groups: primitive data types and complex data types. The specific types we'll focus on are: Primitive Data Types * Strings * Numbers * Booleans Complex Data Types

V School | Better Humans, Better Outcomes © 2026