How to Make a Simple JavaScript Quiz March 11, 2020 In this tutorial, we will develop a simple JavaScript quiz. The system pulls stored array data of English words and… Read More
Pure Javascript Calculator December 7, 2019 Here is a simple javascript calculator. The calculator handles decimals numbers as well as percents. I believe the source file… Read More
Javascript Body Mass Index (BMI) Calculator December 5, 2019 This simple BMI calculator lets you choose between Metric and imperial system, and it displays the appropriate units of measurement… Read More