Ad
  • Default User Avatar

    I am 5Kyu in javascript. I am now writing katas in Ruby. But even after solving 5kyu kata in ruby twice my rank is still 7 and not going up. I have solved a different kata in ruby still the same.

  • Default User Avatar

    Thank you for your suggestion. I have edited it and included more details. As well as I have included more basic and random tests.
    To me it does not seem like a duplicate kata.

  • Default User Avatar

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

  • Default User Avatar

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

  • Default User Avatar

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

  • Default User Avatar

    I am also getting same error. My program works everywhere else fine.
    TypeError: Cannot read property 'sort' of undefined at testAnagrams at Object.handleError at ContextifyScript.Script.runInThisContext at Object.exports.runInThisContext

    any suggestions please

  • Default User Avatar

    I am going to improve it to include more tests. I am new to this site and don't know much about random testing. I appreciate your feedback. Any suggestions please let me know

  • Default User Avatar

    how come (1212) is true ; it is not palindrome

  • Default User Avatar

    Can anyone please help with this? i dont know why i am getting this. I am new to codewars and also how do you run tests?
    Test Results:
    Log
    "b = 1,c = 2,e = 3"
    "a = 1,b = 2"
    Expected: ''a = 1,b = 2'', instead got: 'undefined'
    Log
    "b = 1,c = 2,e = 3"
    Expected: ''b = 1,c = 2,e = 3'', instead got: 'undefined'
    Log
    ""
    Expected: '''', instead got: 'undefined'

  • Default User Avatar

    I got the test results but saying failed. and giving following. Need help please
    Test Results:
    Log
    "a = 1,b = 2"
    ReferenceError: solution is not defined
    at Object.handleError
    at ContextifyScript.Script.runInThisContext
    at Object.runInThisContext