Front-end Tutorials

Front-end Tutorials

HTMLCSSSassJavaScriptReactJS
CMS Tutorials

CMS Tutorials

WordPress
Tutorials expand

JavaScript Tutorial Blogs

JavaScript Program to Check Evil Number

JavaScript Program to Check Evil Number

Discover how to use JavaScript programming to check for an Evil Number, a mathematical curiosity where the binary representation of a number has an even count of ‘1’ bits. Dive into the world of programming and explore the properties of intriguing numerical concepts.

author
Mari Selvan
JavaScript Program to Check Harshad Number

JavaScript Program to Check Harshad Number

“Check if a number is a Harshad Number in JavaScript using a concise program. A Harshad (or Niven) Number is one that is divisible by the sum of its digits. Explore the code to identify and understand these interesting mathematical properties in JavaScript programming.

author
Mari Selvan
JavaScript Program to Check Leap Year

JavaScript Program to Check Leap Year

A leap year is a year that contains an extra day, making it 366 days long instead of the usual 365 days. It occurs approximately every four years to keep the calendar year synchronized with the solar year, which is the time it takes for the Earth to complete one orbit around the Sun.

author
Mari Selvan
JavaScript Program to Display Multiplication Table

JavaScript Program to Display Multiplication Table

A multiplication table, also known as a times table or multiplication chart, is a mathematical table that displays the products of multiplication for a specific range of numbers. It provides a structured representation of the multiplication facts.

author
Mari Selvan
JavaScript Program to Swap Two Numbers

JavaScript Program to Swap Two Numbers

Swapping two numbers means exchanging their values. In other words, if you have two variables A and B, swapping them would involve interchanging their values so that the initial value of A becomes the value of B, and vice versa.

author
Mari Selvan
JavaScript Program to Check Perfect Number

JavaScript Program to Check Perfect Number

A perfect number is a positive integer that is equal to the sum of its proper divisors (excluding the number itself). In other words, the proper divisors of a number are the positive integers that divide the number evenly, leaving no remainder, but are less than the number itself.

author
Mari Selvan
JavaScript Program to Find Prime Factor

JavaScript Program to Find Prime Factor

Prime factors are the prime numbers that divide a given number evenly, without leaving a remainder. In other words, they are the prime numbers that are factors of a given number.

author
Mari Selvan
JavaScript Program to Check Palindrome Number

JavaScript Program to Check Palindrome Number

A palindrome number is a number that remains the same when its digits are reversed. In other words, it reads the same forward and backward. For example, 121, 555, and 12321 are all palindrome numbers.

author
Mari Selvan
JavaScript Program to Check Odd Number

JavaScript Program to Check Odd Number

An odd number is an integer that is not divisible by 2, meaning it does not leave a remainder of 0 when divided by 2. In other words, an odd number cannot be evenly divided into two equal parts.

author
Mari Selvan
JavaScript Program to Check Even Number

JavaScript Program to Check Even Number

An even number is an integer that is divisible by 2, meaning it leaves no remainder when divided by 2. In other words, an even number can be divided into two equal parts.

author
Mari Selvan
JavaScript Program to find Common Divisors

JavaScript Program to find Common Divisors

Common divisors, also known as common factors, are numbers that evenly divide two or more given numbers. In other words, a common divisor is a number that is a factor of two or more given numbers.

author
Mari Selvan
JavaScript Interview Programs

JavaScript Interview Programs

JavaScript interview programs refer to programming questions or problems that are commonly asked in job interviews for positions that require knowledge of the JavaScript programming language. These programs are designed to test a candidate’s understanding of JavaScript concepts, problem-solving skills, and ability to write efficient and correct code.

author
Mari Selvan
1 8 9 10 11 12 17
We make use of cookies to improve our user experience. By using this website, you agree with our Cookies Policy
AgreeCookie Policy