Ad
  • Custom User Avatar

    It negates formatting because you forgot a newline before your code. Even better, use fenced code snippets, e.g.

    ```javascript
    your code here
    ```
    

    That being said, this isn't an issue, but a question. You're aware that you return a string, while the kata expects an integer?