7 results for “topic:iseven”
A Go package that checks if a given value is even.
An in-depth analysis of isEven solutions in JavaScript.
A Go package that checks if a given value is odd.
Test if a 32-bit integer is even.
Test if a value is an even number.
fun isEven function for javascript
Do you remember the bashing of the isOdd JS library on Reddit? It recalled me of an article where the journalist wrote a program that generate a python function which decides whether or not the parameter is even so I took the idea and made it myself.