Check Odd or Even Program in JavaScript

Advertisements

Prev Tutorial Next Tutorial

JavaScript Program to Check Odd Even Number

Example

<!doctype html>
<html>
<head>
<script>
function odd_even(){
var no;
no=Number(document.getElementById("no_input").value);
if(no%2==0)
{
alert("Even Number");
}
else
{
alert("Odd Number");
}
}
</script>
</head>
<body>
Enter Any Number:<input id="no_input"><br />
<button onclick="odd_even()">Click me</button>
</body>
</html>

Result

Enter Any Number:

Code Explanation

  • no=Number(document.getElementById("no_input").value);
    This code is used for receive input value form input field which have id no_input.
  • <button onclick="odd_even()">Click Me</button>
    This code is used for call odd_even() function when button clicked.

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements