It depends on the version in use for a specific Kata (sometimes you can choose from multiple versions).
For example, you can't use most ES5 features in Node 0.10, and you miss a few things like Object.values, Object.entries, String.prototype.padStart in Node 6.
lmao
Yep, I had exactly the same issue, glad I saw your post, it was driving me nuts!!
Sorry for late reply. And, yes, this's an another problem you have to solve it.
Hint: About the error, the decimal places, why don't you find some ways to eliminate them?
It depends on the version in use for a specific Kata (sometimes you can choose from multiple versions).
For example, you can't use most ES5 features in Node 0.10, and you miss a few things like
Object.values
,Object.entries
,String.prototype.padStart
in Node 6.