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.
Thank you!
Read this: https://docs.codewars.com/training/troubleshooting#print-input
How do what the test is that I'm failing? This is all that shows up:
Test Results:
ValidateWordTest
GenericTests
Test Failed
Expected: 0
But was: -1
Completed in 78.4560ms
RandomStringTests
Completed in 169.1130ms
Thank you for any help!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Using
String.prototype
works slightly different than creating a normal function. Try googling about it. You have some other typos in your codespilt
being one and the methods use()
instead of[]
. I hope you can work it out withthis
.This comment is hidden because it contains spoiler information about the solution