TypeScript The ROOT way Contributed by: Dautomne_ This is the way everyone in the Programmer Nullposting group says is the best. function isEven(num: number) : boolean{ return (num % 2 == 0) }