Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Shouldn't you not be accessing private variables in prototype methods? I'm curious as to how you formatted your first solution since locally scoped variables aren't accessible in methods defined in the prototype.
This comment is hidden because it contains spoiler information about the solution
In my opinion it is not just preference. At least not when you try to write code which most clearly conveys what it is supposed to do. In this case we want to know if every element in an array is an integer. Afterwards, it's just micro optimization I'd say. (I.e. if you have an every implementation that continues after the predicate returns false, than fix the implementation in stead of working around).
This comment is hidden because it contains spoiler information about the solution
I'll move it to a 6 kyu...
I agree, though it's a consequence of the age of this kata. I don't think I have any way of changing its rating.