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.
@Javatlacati
The fact that I'm having to reread the question multiple times is a start. You mention static methods are needed, but you provide no explanation. The katas on Codewars are not designed for a user to put a short snippet of "print hello world oh maybe use static... might be needed". Instead... for each language you build for you're supposed to define a little bit of what a static is. Provide some helpful resources. Yes. I learned that python actually had a static method decorator, but I have no idea why it was necessary for this test to pass. My function definition did exactly what the rules asked. If your intention is to cause difficulty through obfuscation, you're doing a great job at it.
Did the Javascript version. Honestly it isn't exactly clear right away what you're wanting. I'm not a beginner, but I had to read these comments to make sure I was approaching the right answer. I would recommend some sort of information since this is an 8kyu task.
That is interesting... Because I entered in what I saw and continued to get it wrong and it changed every time. When I added code to regex the answer it finally worked correctly. It's great it is a joke, but I feel it takes away from this problem and strays from the training you are attempting. I sadly won't be able to vote positively until that factor is removed.
great. I don't seem to have the honor to contribute in editing Katas. But I will work on getting there.
To be more clear I'm speaking of the random generated answer. It should be something that is just hard coded. The way you check true or false hides the answer from someone who can't solve it on their own. Instead you have a random answer generator which dilutes from the actual solving of the Kata. If you change it I would say this is a ready made Kata. this is the ONLY one you have created that I have done I would venture to argue against it's completion.
Otherwise.. very good job.
I want to vote some of your stuff that is in beta, but I don't have the upvote option. I just unlocked the ability to choose kata difficulty. So I will do that when I come across beta content I have completed. I would also like to help some of your grammar. Would you be interested in me fixing that for you? Most of it makes sense, but might keep people from avoiding your stuff.
This is an awful Kata. You're attempting to teach basics, but you have to use regex to complete it. It could be worth something, but just keep to what you're teaching.
Is there a place to see what you can earn at specific Honor / Experience level?
For example at 75 I received the ability to mark comments as spoiler. Is there some sort of list?
Is the
const funcName = ...
faster thanfunction funcName...
I see it so often here.This comment is hidden because it contains spoiler information about the solution
Not sure if it matters to any one, but in your description 253 should be written as 2^53. I'm currently confused by description, but I think I'm going to figure it out when I come back in the morning.
This comment is hidden because it contains spoiler information about the solution