JSFiddle - React, Tailwind, and code Playground

JavaScript competency 2

by tonytlwu

JavaScript

function isEvenNumber(i) {  
  // i should be an integer but may not be.
  // Return true if it's even integer, and false if it isn't. 
}