V School | Better Humans, Better Outcomes

JavaScript and jQuery

This tutorial will cover how to do things in JavaScript and jQuery. We will first go through how to do something with JavaScript, then show how to do the same thing with jQuery. Why would we use jQuery or JavaScript? JavaScript is, frankly, what makes websites cool. It allows a

Colored boxes with jQuery

In our last tutorial, we covered selectors and event listeners in JavaScript and jQuery. In this tutorial, we will spend some time practicing with event listeners and use some basic JavaScript and Bootstrap to create this: A user will be able to click a colored box at the top to

PokeProfile

Using Bootstrap, Angular, $http, and a custom AngularJS Service create a website that looks similar to this: A user will enter the number of a Pokemon and the screen will download the information and the image of that Pokemon. Custom Service Put any code that uses $http in a custom

RPG

This homework will take a while so get started as soon as possible. You are going to create a RPG web page. This is how it will work: 1. When the page loads or refreshes: * The player will enter their name * The player will choose between 3 characters (images) * After

Javascript Callbacks

Callbacks are found all over the place in JavaScript. A callback is simply a function that delays its execution until the time is just right for it to execute. Synchronous vs. Asynchronous JavaScript You'll often hear about a concept called synchronous and asynchronous programming/programs/code. When a piece of

V School | Better Humans, Better Outcomes © 2026