This JavaScript height converter calculator project’s objective to to code a calculator that converts feet and inches to total centimeters.
Beginner JavaScript Projects
JavaScript Greeting Message Project
This small JavaScript greeting message project simply writes a greeting message the browser using document.write().
JavaScript Light Switch Project
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.
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.