This small JavaScript project turns a light bulb on and off with the click of you mouse.
DOM Manipulation
JavaScript Number Guessing Game Project
This JavaScript number guessing game project’s objective is to code a game where the user must guess a randomly generated number from 1 to 100.
JavaScript Day of the Week Project
This project uses JavaScript to create a small application that displays the day of the week along with a corresponding quote.
It uses the JavaScript Date object and a switch statement.
Contact Form using Local Storage Project!
This project uses JavaScript to retrieve information from the text fields of a contact form and saves it into local storage.
A contact form using local storage isn’t something you’ll likely encounter, but it’s a good project to refresh your memory on localStorage.
JavaScript Digital Clock
The objective of this project is to code a JavaScript digital clock. This is a basic clock that displays the local time on your local computer.
JavaScript 2D Brick Breaker Game
The objective of this project is to code a two dimensional JavaScript brick breaker game using the HTML Canvas Web API.