Ad
  • Custom User Avatar

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

  • Custom User Avatar

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

  • Custom User Avatar

    Since 181 People completed the Kata using Javascript I'm pretty sure it has something to do with my code but I really have no idea.
    I pass all the basic tests but when I try the random tests I get the following Error (on the first Random Test):

    TypeError: a1[s].split is not a function
       at extractDataSol5612
        at findTownSol5612
        at meanSol5612
            at /runner/frameworks/javascript/cw-2.js:179:21
        at Promise._execute
        at Promise._resolveFromExecutor
        at new Promise
        at Object.describe
                at Object.handleError
            at ContextifyScript.Script.runInThisContext
        at Object.exports.runInThisContext
        at Object.<anonymous>
    
  • Custom User Avatar

    Great Kata! I really had fun solving it.