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.
Little bit confused since my function does recieve it in order. But not in the correct objects for the test?
As you can see, the test sends:
And my function (incorrectly?) returns:
Sort of understand why, but any input? How would a recieve function execute correctly before an argument is sent?
This comment is hidden because it contains spoiler information about the solution
A bit confused on how getBodyLength()? works. Would you mind displaying the code in the instructions, or post it on here?
This comment is hidden because it contains spoiler information about the solution
Cool, I think I understand now that it's broken up. Is there a formal coding term for this unique navigation (so I can read into it)?
Read the comments, but still can't understand the instructions/problem. Can anyone enlighten me, as if you were explaning this to child XD?
Confused what the solution means, example
Wouldn't the shortest distance between 'field' and 'bread' be 'wheat' or 'flower'? Since those are the nodes from 'field' --to--> 'bread'?
Hey, if you don't mind me asking, how were you able to test/run this? This code works on codewars enviroment, but when I try using babel/webstorm and compiling it to es5, I get errors.
Instructions not very clear. Please provide more detailed input/output examples