This project involves using JavaScript to wire up a simple calculator. I spent most my time starring at the screen. I got my numbers to show up but I couldn’t figure out how to do the math and make it show up.
DOM Manipulation
Modal JavaScript Project
This project involves wiring up the modal of the previous JavaScript Filter project. Because the filter project was separate from this modal project, this project was completed in its own app.js file.
Filter JavaScript Project
This project involves wiring up two different sections. The first section is the filter buttons, whose purposes are to filter the store items by class. The first section is the search filter, whose purpose is to filter the store items by a search.
Testimonials JavaScript Project
This project seems to combines two of the previous completed projects. It involves pieces of the Background Image Slider JavaScript Project and the Random Quotes JavaScript Project. This project can easily be completed using an array of objects, but John adds a bit of complexity (if you’re a beginner) to the project by using a Constructor function.
Background Image Slider JavaScript Project
This project is very similar to the Testimonials JavaScript Project. I did find it a lot easier, however. For this image slider, when an arrow is clicked, the next image in the array shows up.
Counter JavaScript Project
I found this project super easy. It really is a beginner’s program. The idea was to click on either one of two buttons which registered the count of the on page element.