This small JavaScript project turns a light bulb on and off with the click of you mouse.
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.
Objects and Functions (Part 1): The Weird Parts – Notes
Today’s notes from Tony’s JavaScript: Understanding the Weird Parts covers notes on bracket and dot notation, object literals, faking namespaces, JSON, functions as objects, function statements and function expressions, and more…
JavaScript RSS Feed Reader Project
This JavaScript feed reader project’s objective is to grab an RSS feed from BBC News or another feed and then display it on your web page.
JavaScript Countdown Clock Project
This JavaScript countdown timer project is very similar to the previously coded countdown timer.
The biggest differences are the difference in CSS and this project uses two JavaScript functions.
JavaScript Balloon Popping Project
This JavaScript balloon popping project challenges you to code the functionality of a balloon popping canvas. Once all the balloons are popped, the user get a message stating all balloons popped!