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.
Here's a tip don't use for of, was literally staring at my screen why it won't take for of...
use by index
so, don't do:
let m of moves
=>
var m = 0 ; m < moves.length; m++
This comment is hidden because it contains spoiler information about the solution
don't wanna do tdd
This comment is hidden because it contains spoiler information about the solution
thanks! I'll think about it some more. :D
How do I take no params or inputs and get its length?
think I'm missing some tools here..
anyone care to elaborate on the keyword I need or thought process to approach this problem?
Thank you!
This comment is hidden because it contains spoiler information about the solution
my solution uses the sorting function for javascript and i get a largest value by that method and set is as a variable and go through the list and do an if statement that pushes into an output array that returns the objects that have largest value.
My solution works but for what ever reason the random cases reject my answer but it passes, at least it should. I have tested it manually with randoms and it returns as it should...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution