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
Ah i see thanks! haha..
How do I know if the output should be Real, Silly or Big addition?
Is there some kind of variable passed down?
I guess making sure you have the right words, and checking for typos/spelling errors is important! (in programming)
I get this error: ReferenceError: howManyDalmatians is not defined
at Test.describe._
although I think I have the correct code in Javascript?
This comment is hidden because it contains spoiler information about the solution
This is a confusing kata.
h1 h2 h3 h4 h5 h6 h7 h8
g1 g2 g3 g4 g5 g6 g7 g8
f1 f2 f3 f4 [f5] f6 f7 f8
e1 e2 e3 e4 e5 [e6] e7 e8
d1 d2 d3 [d4] d5 d6 d7 d8
c1 c2 c3 c4 c5 [c6] c7 c8
b1 b2 b3 b4 [b5] b6 b7 b8
[a1] a2 a3 a4 a5 a6 a7 a8
8 possible moves
How do I pass arguments into String.prototype.toJadenCase = function () {
};
in javascript? sorry for noob question
This is confusing. It started with a really good preface but in the end I still had to use a for loop. What exactly is this doing? just repeating the same function?
I had to use Google and somebody's Git to complete the challenge.
This comment is hidden because it contains spoiler information about the solution
Don't forget to downcase the letters added after the first!
This comment is hidden because it contains spoiler information about the solution
*Ruby
Don't forget to return instead of printing the array!
Also.. I completed this assignment by pushing integers (using .push) into a new array (l2) instead of removing strings as some long strings were not being removed for some reason.