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.
This comment is hidden because it contains spoiler information about the solution
Oh wow, this is a great solution.
This comment is hidden because it contains spoiler information about the solution
Any chance you'll explain your solution?
This comment is hidden because it contains spoiler information about the solution
There is (unless it was just added recently), but it had
null
aso1
andundefined
aso2
, so the third line of your code (typeof o2 !== 'object'
) returnedfalse
.Certainly true.
Then there should be a test for that, right? :-)
This doesn't work for:
typeoff null returns 'object', so it will pass the third line, next Object.keys(null) will throw an error.
Thanks ! It is a very useful function :)
This comment is hidden because it contains spoiler information about the solution
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).
Excellent kata, totally uplives it's goal.
This comment is hidden because it contains spoiler information about the solution
Aesthetic. Nothing more.
Loading more items...