Even or Odd
- Create any variable with number.
- Create function and check this variable number is even or odd.
- Print result in console is number is Odd console.log("The number is odd.");
- Print result in console is number is Even console.log("The number is even.");
- Create button and add on click event this created function.