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
got '', insted of 'SOS' and it is passing in my local environment
Only one fail
failed on Number constructor arg.
What to do? I can't pass number testing, so frustrated!!!
How is then this true?
meters(5000000); // returns "5Mm"
I'm getting
TypeError: Object 3.67 has no method 'toFixed'
at Array.forEach
But it works in node on my PC node v0.10.35
Well how did you end up whit that? Where is it saying how much of what we need? Why are there not enough apples?
Can Someone please explain to me logic of this cata!? Why is first example returning 2 and second 0?
In
permutations('ab'); // ['ab', 'ba']
, shoudn't you have['aa','ab','bb','ba']
as all permutations?Me too.
add more special cases, and errors if strings are passed as array elements, example : '4', '234' etc.
I'm too new to this dojo -)
Shoud add case sensitivity, and false positives.