V School | Better Humans, Better Outcomes

jQuery Pest Control

All you have to do with this exercise is duplicate your Mario's Pest Control project and convert everything that was originally in vanilla (plain) JavaScript to use the jQuery library instead. Rename the copy of the Mario's Pest Control folder you make to jquery-pest-control and put it in your exercises

First Bootstrap Warmup

Using Bootstrap, create a site that uses the following bootstrap components: * Navbar * 3 Buttons of various colors & sizes * An

tag that is centered on the page * 2 Glyphicons of any kind, anywhere on the page

Social.js

Create a model to represent the database of a new social media platform you're creating. It can be about whatever you want, but it needs the following: * At least 3 nested levels of data (including objects and arrays) * At least 1 method * Span across at least 50 lines of code.

DJ JS

You're starting your business as a strictly online DJ (DJ JS) and you want to start by creating a website where people can change the color of a square on the page by interacting with different HTML Events. The square's color will change as follows: * Blue when the mouse hovers

Testing Letter Frequency

Using Jasmine as your testing framework, copy your Letter Frequency exercise and write any tests for it. You should create a sample phrase, run it through your function, and check that it's outputting the correct number of letters.

V School | Better Humans, Better Outcomes © 2026