Horje
odd even condition Code Example
odd even condition
let number = 15;
if(number % 2 ==0){
	console.log( number + 'is  Even Number');
}
else{
	console.log(number " is Odd Number");
}




Javascript

Related
input radio trigger select jquery Code Example input radio trigger select jquery Code Example
Write the JavaScript code to set the width of element to 50%; Code Example Write the JavaScript code to set the width of element to 50%; Code Example
how read values of object in javascript Code Example how read values of object in javascript Code Example
javascript merge arrays of objects without duplicates Code Example javascript merge arrays of objects without duplicates Code Example
capitalize a string javascript Code Example capitalize a string javascript Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8