Ad
  • Custom User Avatar

    There is a problem with the random tests.

    If you post code, please mark it as a spoiler, and mark it up as code, like this:

    ```javascript
    function example(arg) {
      "use correct indentation";
    }
    ```
    
  • Custom User Avatar

    Solved it. I was being silly and yes it was expecting a return. But that's not really what I was missing for those who were wondering. Make sure you read the instructions carefully. It was asking me to intitialize something that I was not. hint

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution