• 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
keune Avatar
Name:ahmetkun
Clan:Evil Corp
Member Since:Dec 2014
Last Seen:May 2025
Profiles:
Following:4
Followers:14
Allies:4
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (18)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • suic
    • resolved an issue on "Syntax Error: Array functions" kata
    • 8 years ago

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

  • Custom User Avatar
    • omee33
    • commented on "Converting integer to currency format" javascript solution
    • 9 years ago

    Great explanation, trying to learn regex as well, could you explain '$1 ' as well? I've seen some explanations but I am not fully sure how to interpret and your prior explanation cleared things up for the first part of the statement. Thanks!

  • Custom User Avatar
    • matt c
    • commented on "Green Glass Roof- Puzzles #6" kata
    • 10 years ago

    usually that means you've exited out before the submit tests could be run, if you post your solution below and mark it as a spoiler I can tell you why. :)

    EDIT: Oh I see what you mean... I'll fix that up.

  • Custom User Avatar
    • user6719857
    • commented on "Converting integer to currency format" javascript solution
    • 10 years ago

    regexr is a good site to practice on. It has all the regexr's for javascript including $.

  • Custom User Avatar
    • IVBakker
    • commented on "Parse the log" kata
    • 10 years ago

    This test is testing a new log line. It tests that the message part of this line is "We have a problem"

    For info the log line is:
    "2003-07-08 16:49:46,896 INFO [user1:mainfunction:thing] We have a problem"

  • Custom User Avatar
    • nhomble
    • commented on "Syntax Error: Array functions" kata
    • 10 years ago

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

  • Custom User Avatar
    • GiacomoSorbi
    • commented on "I need more speed!" kata
    • 10 years ago

    Good luck finding overoptimized code in the vanilla JS.

  • Custom User Avatar
    • matt c
    • commented on "Class conundrum- Bug Fixing #7" kata
    • 10 years ago

    Ok, fixing it right now! If the example test cases are fixed, please mark this issue as resolved. Thank you :)

  • Custom User Avatar
    • bkaes
    • commented on "Converting integer to currency format" javascript solution
    • 10 years ago

    @sensir: In any decent RegEx tutorial, for example ŧhe one on MDN.

  • Custom User Avatar
    • sensir
    • commented on "Converting integer to currency format" javascript solution
    • 10 years ago

    Where can I get more info on that '$' at the end of the regex? I didn't know about that one and I don't seem to find it.

  • Custom User Avatar
    • nsmith7989
    • commented on "Decode Diagonal" kata
    • 10 years ago

    Good point. I added an example test. And I switched the expected, results arguments in assertEqual.

  • Custom User Avatar
    • DivyanshBatham
    • commented on "Decode Diagonal" kata
    • 10 years ago

    Hmm it's wrong ! Looks like the sesei have jumbled the test cases.

    Test.assertEquals(actual, expected, msg);
    Test.assertSimilar(actual, expected, msg);
                          
    actual = Users Answer  &  expected = Correct Answer
    
  • Custom User Avatar
    • ZozoFouchtra
    • commented on "The takeWhile Function" kata
    • 10 years ago

    take While means you take items while condition is true.
    So :

    takeWhile([ 1, 4, 2, 3, 5, 4, 5, 6, 7 ], isEven ) // -> [] 'cause 1 is not even
    ... or 
    takeWhile([ 2, 1, 2, 4, 3, 5, 4, 6, 7, 8, 9, 0 ], isOdd ) // -> [] 'cause 2 is not odd
    

    think issue shoould be marked solved

  • Custom User Avatar
    • ZozoFouchtra
    • commented on "repeatIt" javascript solution
    • 10 years ago

    /!\ "Quick & dirty" rather than "Best practice" /!\

  • Custom User Avatar
    • priyankaherur
    • commented on "Convert between radians and degrees" kata
    • 10 years ago

    Sorry about that. I've modified the TCs.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...