Hugo Ratiney
Results
3
comments of
Hugo Ratiney
I tried `isEven` for all prime numbers I know, and guess what, it returned `false` each time!! So you probably want to do something like `(isEven(num) == false == true)`.
Wow did you just delete 374,996 lines of hard work..?
I took a look at the code, and unfortunately it's not as easy as it should be: The reason is the pattern-matching relies on [XRegExp.matchRecursive](http://xregexp.com/api/#matchRecursive), which only works with **tag...