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.
Can you post your code using correct formatting so I can see what the problem is?
When I try to attemp my code I get a error:
TypeError: generateHashtag(...).match is not a function
at Object.handleError
at ContextifyScript.Script.runInThisContext
at Object.exports.runInThisContext
I have understood that after reread the details after my last comment, Im thinking the best way to figure out the speed, until then I will do other katas
Well, this kata is really not an easy one.
That's because the transmission speed of different messages is different.
If the speed is fast, it could 1 is dot and 111 is dash, if it it's slow, it could be 11111 is dot and 111111111111111 is dash.
Thanks. I start thinking that this kata is to much for me. In some case 111 is (.) in other cases is (-) and Im not understending why
print the input in the console. ;)
At first attempt it pass on the sample test, when I do the attemp it pass on 7 test and fail on 8. But I cant or I dont know how to see the bits sequence on the 8 test that fail to try understend why is failing...