• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
mythknight Avatar
Name:Unknown
Clan:Unknown
Member Since:Jan 2017
Last Seen:Aug 2020
Profiles:
    Following:5
    Followers:1
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (29)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • farhanaditya
      • commented on "Password generator" kata
      • 4 years ago

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

    • Custom User Avatar
      • lukamo
      • commented on "I love you, a little , a lot, passionately ... not at all" javascript solution
      • 5 years ago

      Nevermind, I seem to be overthinking this, it all works fine :)

    • Custom User Avatar
      • ChibiKookie
      • commented on "I love you, a little , a lot, passionately ... not at all" javascript solution
      • 5 years ago

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

    • Custom User Avatar
      • lukamo
      • commented on "I love you, a little , a lot, passionately ... not at all" javascript solution
      • 5 years ago

      Why does this work, but not when you expand it?

    • Custom User Avatar
      • user8881069
      • commented on "Double Cola" javascript solution
      • 6 years ago

      The Math.ceil() function in JavaScript is used to round the number passed as parameter to its nearest integer in Upward direction of rounding i.e towards the greater value.

    • Custom User Avatar
      • Alxandr
      • commented on "Get list sum recursively" kata
      • 9 years ago

      You should add a test for a rather large list, so that solutions that are not tail-recursive produce stack overflows.

    • Custom User Avatar
      • mythknight
      • commented on "Maximum Contiguous Sum" javascript solution
      • 9 years ago

      can you please explain it

    • Custom User Avatar
      • mythknight
      • commented on "Get list sum recursively" kata
      • 9 years ago

      Most of the solution to this kata is not recursive !!!

      can you please add some sort of validation

      Thanks

    • Custom User Avatar
      • mythknight
      • commented on "Password generator" kata
      • 9 years ago

      I found this kata more difficult in javascript as compire to Python !!! Great kata

    • Custom User Avatar
      • mythknight
      • commented on "Password generator" javascript solution
      • 9 years ago

      Can you please explain your solution?

    • Custom User Avatar
      • GiacomoSorbi
      • commented on "Number Shortening Filter" kata
      • 9 years ago

      I know you didn't mention my English, but other than that I cannot thing of much more: basically you just need to do some currying to a filter function: filter1 parses numbers as explained in the description, given the initial array and integer as initializing parameters.

    • Custom User Avatar
      • myjinxin2015
      • commented on "One Line Task: One, OneOne, Two, TwoTwo, Three, ThreeThree..." kata
      • 9 years ago

      ^_^

    • Custom User Avatar
      • mythknight
      • commented on "One Line Task: One, OneOne, Two, TwoTwo, Three, ThreeThree..." kata
      • 9 years ago

      After 2 hours of struggling !!! I did it , Great kata :)

    • Custom User Avatar
      • mythknight
      • commented on "Number Shortening Filter" kata
      • 9 years ago

      Hey, I didn't say anything about your english, You speak good english,much better than me!!!

      Problem is with me, i am failing to understand this kata even though i tried with examples. that's why i need your help,

      can you please explain me with one example -

      filter1 = shortenNumber(['','k','m'],1000); // return a function which takes one argument,

      filter1('234324') == '234k'; // How '234324' => '234k'

      filter1('98234324') == '98m'; // How '98234324' => '98m'

      filter1([1,2,3]) == '1,2,3'; // this one i got it, if function didn't get a string argument, function 'll return argument.toString()

      thanks again !!!!

    • Custom User Avatar
      • GiacomoSorbi
      • commented on "Number Shortening Filter" kata
      • 9 years ago

      Let's try this: does working through the example test cases gives you a better insight than the one you might get trying to decypher my poor English?

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...