-
```
// Codewars solutions:
function gimme(a) {
return a.indexOf(a.slice().sort(function(a, b) {
return a - b })[1])
}
console.log(gimme([83, 100, 14]…
-
If I submit a working solution, I get honor and the kata is marked as completed, but my solution doesn't get shown in the list.
**Background:** I wanted to check whether #48 really works, and tried i…
-
**I don't understand what is happening:**
I had `27052` honor at about 6 P.M (my time) and five minutes after that I was backwards at `26856`... I am sure of the `27052`, I have followed them one by …
-
I was impressed with your creative efforts to do independent data exploration and to generate interesting views for the data outside the guided track of the capstone. Overall, you tend to arrive at th…
-
#### Is your feature request related to a problem? Please describe.
Not sure if feature request or bug report.
When you complete a kata, you can see the solutions in the language you completed it with…
-
From wiki list
### Ceasar Cipher
1. [Caeser Encryption](https://www.codewars.com/kata/caeser-encryption)
* 7 kyu
* Input is lowercase and some special chars. Encoded chars are lowercase letters. Var…
-
#### Describe the bug
I was solving a Kata and I ran Sample tests which ran successfully, then I ran `Attempt` which also ran successfully and then I clicked `Submit Final` which gave me this error
`…
-
There are currently `Test.assertNotEquals`, `Test.assertNotContains`, `Test.expectNoError`... but there are no controls for the timeout. We can only make tests that fail on timeout, not succeed on tim…
-
For example, I fixed something in the JS version of [Century from Year](https://www.codewars.com/kata/century-from-year/solutions/javascript). There are only ~800 JS solves, and yet it took like an ho…
-
### Situation:
Currently, when I wanna push a link into the "docs" to a specific page of the user's profile, I must use the link to an actual profile of some existing user. Like: `https://www.codewars…