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.
Anything with the keyword
this
in JS can't be 7kyu I would say. I spent also a while to figure out how to handle this.Your solution does not even pass sample tests. You can start with debugging these locally.
The real, silly, and big addition names are describing the test not a type of function used. You always perform the same operation as described in the description. The tests then do a few examples where the result of the fucntion is what would be expected with 'real' addition; then some where you have to remember not to carry the difits; and then some where the input numbers get quite big.
Check spelling of your function versus what it is being tested against.
This comment is hidden because it contains spoiler information about the solution
Thanks :D!
Use the keyword
this
in your code.Can you put, still under spoiler, your complete code in git flavored markdown and explain the problem?
Like this:
```ruby
#your code here
```