V School | Better Humans, Better Outcomes

Angular MadLib

Angular Mad Lib! A mad lib is a sort of word game that asks you to provide certain types of words (nouns, adjectives, adverbs, etc...) and then puts your words into a story. Part 1: * Create a mad lib in Angular that takes at least 10 words from a user

Javascript DOM Manipulation

In this write-up, we'll learn how to: Select elements using JavaScript Alter properties of the elements Create new elements and add them to the DOM The DOM The DOM (Document Object Model) is a object that represents the HTML and CSS of a web page. The DOM allows us to

Bootstrap's Grid System

CSS is a very powerful and fully-fledged design tool. However, there are a lot of quirks that take years as a web designer to understand and master. Some of the most difficult (or mundane) things to do in CSS include: * Layout * Positioning * Responsive Design Bootstrap does a lot of that

HTML5 Semantic Tags Make HTML Nicer to Read

In the past, the main way to organize your HTML into sections was to use the

tag. You might see
at the top,
for the navigation bar,
at the bottom, and plenty of other
tags throughout the page. Well if you're a developer looking at the HTML, you end up

JavaScript Constructor Functions

Constructor functions are one of the most useful pieces of JavaScript you'll use, and they're prominent in just about every library and framework you'll interact with in one way or another. Constructor functions (and classes, in Object-Oriented languages) act like blueprints for creating objects. It gives you the ability to

V School | Better Humans, Better Outcomes © 2026