Write a program that computes the value of a+aa+aaa+aaaa with a given digit as the value of a in...
Category - JavaScript
💪 Basic BMI Calculator HTML/Javascript
JavaScript program to calculate Body Mass Index (BMI) The Body Mass Index (BMI) is a quick way to...
Greatest Common Factor Calculator in JavaScript
Greatest common factor (GCF) calculator. Is also known as greateset common divisor (GCD). GCF...
Reverse an Integer in JavaScript
JavaScript program to reverse the number entered by the user, then displays the reversed number on...
JavaScript Program to Find GCD of Two Numbers
In this program, we’ll learn to find Greatest Common Divisor (GCD) of two numbers in JavaScript...
Using RegEx(Regular Expressions) in JavaScript
Javascript has built-in support for regular expression in almost all browsers. This means you can...
Animated Progress Bar without Images
These don’t contain any images. They all are pure JavaScript based progress bars. They uses...
Customized Html Controls: Creating Custom Checkbox
Under “Customized Html Controls” section I will discuss about how to create and customized standard...
JavaScript Exception Handling Techniques
Like the Object oriented programming the exception handling is also not used while coding in...
EasyTimer – JavaScript style setTimeout and setInterval in C#
I found JavaScript setTimeout and setInterval functions quite handy for timer like functionality...