V School | Better Humans, Better Outcomes

Factorials

Write a JavaScript program to calculate the factorial of a number. In mathematics, the factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. For example, 5! = 5 x 4 x 3 x 2 x 1 = 120

Personal React Site

You are going to design and build your very own React site with a theme and content of your choosing. This site will be a portfolio piece. Project Requirements 1. Your site must integrate with an online API. Use the axios library to make client-side HTTP requests. 2. Here is

LinkedIn, Resume, Portfolio Site

Your homework this week is to: 1. Set up your LinkedIn profile * Add projects and images * Add bio/description * Connect with people you know * Connect with instructor * Write recommendation about instructor (so they will recommend you back) 2. Build out your resume completely 3. Complete your portfolio website 4. Clean

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

V School | Better Humans, Better Outcomes © 2026