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.
Lua translation !
Daaamn.
hi authors, in my opinion the data in the description should be 'read-only' to make this Kata unique and not have lots of formats of data for one output.
Decent data searching exercise.
Put a dictionary in the 'preloaded' tab, it'll make people's lives much easier
Shouldn't be true when you are employed and in vacation so you need the alarm? I sincerely don't understand the explanation logic.
Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
Could you explain to me (s.length / 2 - 1) ? To me it is saying find the middle and move the index down one in case it is an even number string length so you can return both numbers. I don't get it, I do understand the deprication of substr and I used substring in my solution. Or if you could maybe explain what the (s.lenght / 2) - 1 means that will help as well.
it is correct
Hi, the functions returns true if inputs are true and false. The comment looks ok.
yeah
Go Translation -> Kata Author last seen Feb 2019
me too... good :D
if I were to take a guess (new to programming here too) I would say that you're logging the value to the console as opposed as to returning the value
This comment is hidden because it contains spoiler information about the solution
Loading more items...