Skip to content
Xiith
  • Home
  • C
  • C++
  • C#
  • Java
  • Python
  • Kotlin
  • R
  • Go
  • JavaScript
  • About us
Search this website
Menu Close
  • Home
  • C
  • C++
  • C#
  • Java
  • Python
  • Kotlin
  • R
  • Go
  • JavaScript
  • About us

JavaScript Program to find the sum of even digits of a number

In this program, You will learn how to find the sum of even digits of a number in JavaScript. while (Condition) { Statement Increment/Decrement } Example: How to find the…

Continue ReadingJavaScript Program to find the sum of even digits of a number

JavaScript Program to find the sum of digits of a number

In this program, You will learn how to find the sum of digits of a number in JavaScript. while (Condition) { Statement Increment/Decrement } Example: How to find the sum…

Continue ReadingJavaScript Program to find the sum of digits of a number

JavaScript Program to print first n odd numbers in descending order

In this program, You will learn how to print first n odd numbers in descending order in JavaScript. for(init; condition; incr/decr){ Statement; } Example: How to print first n odd…

Continue ReadingJavaScript Program to print first n odd numbers in descending order

JavaScript Program to check the square root of a number is prime or not

In this program, You will learn how to check the square root of a number is prime or not in JavaScript. while (Condition) { Statement Increment/Decrement } Example: How to…

Continue ReadingJavaScript Program to check the square root of a number is prime or not

JavaScript Program to find the sum of prime numbers between 1 to n

In this program, You will learn how to find the sum of prime numbers between 1 to n in JavaScript. while(Condition){ //Statement Increment/Decrement } Example: How to find the sum…

Continue ReadingJavaScript Program to find the sum of prime numbers between 1 to n

JavaScript Program to print all prime numbers between 1 to n

In this program, You will learn how to print all prime numbers between 1 to n in JavaScript. while(Condition){ //Statement Increment/Decrement } Example: How to print all prime numbers between…

Continue ReadingJavaScript Program to print all prime numbers between 1 to n

JavaScript Program to check a number is prime or not

In this program, You will learn how to check a number is prime or not in JavaScript. for(init; condition; increment/decrement){ //Statement } Example: How to check a number is prime…

Continue ReadingJavaScript Program to check a number is prime or not

JavaScript Program to check a number is Armstrong or not

In this program, You will learn how to check a number is Armstrong or not in JavaScript. while(condition){ //statement //Increment/Decrement } Example: How to check a number is Armstrong or…

Continue ReadingJavaScript Program to check a number is Armstrong or not

JavaScript Program to check a number is palindrome or not

In this program, You will learn how to check a number is palindrome or not in JavaScript. while(condition){ //statement //Increment/Decrement } Example: How to check a number is palindrome or…

Continue ReadingJavaScript Program to check a number is palindrome or not

JavaScript Program to reverse a number

In this program, You will learn how to reverse a number in JavaScript. while(condition){ //statement increment/decrement } Example: How to reverse a number in JavaScript let n = parseInt(prompt("Enter a…

Continue ReadingJavaScript Program to reverse a number
  • 1
  • 2
  • 3
  • Go to the next page

Xiith is created for educational, experimental, and schooling purpose. Examples on Xiith are made easier to make a better or basic understanding. Tutorials, testimonials, and examples are continuously checked to avoid delusion, but we cannot take complete responsibility of all programs on Xiith. When you are operating this site, you have to agree to read and accept our terms of use, cookie and privacy policy. Copyright © 2021 by Xiith. All Rights Reserved. About us.