Tarkista, onko luku parillinen / pariton - CSS-temppuja

Anonim
function isEven(value) ( if (value%2 == 0) return true; else return false; )