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.
Input validation. No random tests. No tests with centuries.
Really ?!?
So 1.5000 is a valid integer?
Needs random tests
Please add test cases [JavaScript]
this doesn't work but it should work
function multiplyBy(x, y, n) {
return Array.from(Array(n)).map((e, i) => {return x * y * Math.pow(y, i)});
};
more test and rendom ones +1
No tests
I think this kata need more tests.
Needs random test cases
I think we need some more testing examples.
Add Test
Running the tests didn't work but when I submitted it the solution was correct
Maybe few additional examples and tests would be good
put example answers into repl.it and it produced the correct solution but did not produce correct solution when put into this website's interpreter
Need test cases.
Loading more items...