V School | Better Humans, Better Outcomes

DOM Debug

Getting Started clone the repository: git clone https://github.com/VSchool/dom-debug Remove the hidden .git folder. cd dom-debug # Copy/paste this command. You don't want to enter it incorrectly. rm -rf .git Open index.html in the browser. We'll be using the Chrome developer tools (Firefox and Opera should

Rolling Dice with React State

Using what you have just learned about state in React, you are going to create a component that renders 5 dice numbers for the user to view. You Must 1. Create a class component called 2. Write a method in that class that produces 5 random numbers between

Transportation 2 V School + Downtown Parking

UTA Public Transit Pass: V School has a student discount with UTA for public transit passes. These passes allow students to ride the Bus, Trax, and Frontrunner while you're a student of V School. Cost of the pass is a $150.00 rental fee for the 12 weeks. This is

Jest : Your First Test

Jest is an awesome testing library maintained by employees at facebook and open source contributions. Jest is used for running tests on your code. It both runs your tests and provides the methods needed to write the tests. Jest Documentation Installation To install jest, create a package.json file in

Error Bound( ries )

Before doing this assignment, make sure you have read our write up on ErrorBoundary components. That article can be found here. CD into your assignement folder and run the following command to clone, remove the .git, install dependencies, and open the assignment in VS Code. git clone git@github.com:

V School | Better Humans, Better Outcomes © 2026