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.
It's a recursion joke.
Although I prefer "PHP stands for Programmers Hate PHP".
Maybe post your answer - be sure to mark it as a spoiler and I'll see if its the test cases or your code.
Yeah that's should be an issue only with javascript. I'll fix it right now.
Got it, thanks!
Try submitting a different solution. Your solution is very different than mine.
This comment is hidden because it contains spoiler information about the solution
Thanks, I'll keep that in mind when authoring other katas.
You could use it to check whether a point is inside or outside of a triangle, for example. Try this kata: http://www.codewars.com/kata/geometry-b-1-point-in-a-triangle
If the target return value was chosen to be a string instead of a list then use of '\n' would be a must :)
You can definitely print the 'Tower' out for debug purpose.
But please return the list at the end of your function so as to be validated by test cases.
:)