Sayının Çift / Tek olup olmadığını kontrol edin - CSS Hileleri

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