• 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
WinterCore Avatar
Name:WinterCore
Clan:Unknown
Skills:html, css, javascript, nodejs, php
Member Since:Nov 2015
Last Seen:Dec 2023
Profiles:
Following:1
Followers:3
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (46)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Shinsekami
    • commented on "Is the string uppercase?" javascript solution
    • 2 months ago

    Same bro

  • Custom User Avatar
    • SummerTheCoder
    • commented on "L1: Set Alarm" javascript solution
    • 6 months ago

    Yes, but this is a kata, not production.

  • Custom User Avatar
    • Hanazono Yurine
    • commented on "Is the string uppercase?" javascript solution
    • 2 years ago

    this one excels

  • Custom User Avatar
    • Blanka4321
    • commented on "L1: Set Alarm" javascript solution
    • 2 years ago

    I know thank you

  • Custom User Avatar
    • dheeraj-br
    • commented on "L1: Set Alarm" javascript solution
    • 2 years ago

    naming conventions should be followed, code should be readable. using e and v is very obfuscated

  • Custom User Avatar
    • user2883141
    • commented on "Is the string uppercase?" javascript solution
    • 3 years ago

    This is a very good solution: the highest performance (according to test results) and short code

  • Custom User Avatar
    • Neocortexx
    • commented on "What's wrong with these identifiers?" javascript solution
    • 5 years ago

    Ohh! Genius!

  • Custom User Avatar
    • ebraimcarvalho
    • commented on "noobCode 02: TRICKY QUESTIONS ( primitives and operator precedence)" javascript solution
    • 5 years ago

    nice one!

  • Custom User Avatar
    • WinterCore
    • commented on "Delete occurrences of an element if it occurs more than n times" kata
    • 9 years ago

    It was something like "Delete the nth occurence of an element"
    I don't exactly remember.

  • Custom User Avatar
    • megawatt
    • commented on "Delete occurrences of an element if it occurs more than n times" kata
    • 9 years ago

    What was the previous name?

  • Custom User Avatar
    • JustyFY
    • commented on "Delete occurrences of an element if it occurs more than n times" kata
    • 10 years ago

    Haha, many people do, the name of this kata was changed several times will do it asap :).
    Ty for advice.
    EDIT: done ;).

  • Custom User Avatar
    • WinterCore
    • commented on "Delete Nth occurrence of element" kata
    • 10 years ago

    Maybe the title of the kata should be changed to "Delete occurrences of an element if it occurs more than n times" or something like that
    I got completely confused by it :D

  • Custom User Avatar
    • WinterCore
    • commented on "Pad Left and Right" kata
    • 10 years ago

    It should work, but it doesn't for some reason.

  • Custom User Avatar
    • donaldsebleung
    • commented on "Strings, strings, strings (Hard)" kata
    • 10 years ago

    Thank you very much for your example test cases; I have added them :D

  • Custom User Avatar
    • WinterCore
    • commented on "Strings, strings, strings (Hard)" kata
    • 10 years ago

    No, I meant the test cases that appear in the "Your test cases" box on the bottom and run when you hit "Run Tests".
    Here's some if you wanna put them.

    Test.assertEquals([].toString(), "[]", "Should be able to handle empty arrays");
    Test.assertEquals([[[[[[]]],[]]]].toString(), "[[[[[[]]],[]]]]", "Should be able to handle empty nested arrays");
    Test.assertEquals([1.545,[2,4,[23532],55,2.3,[15.22,0.3,[],[[72,3],5]]]].toString(), "[1.545,[2,4,[23532],55,2.3,[15.22,0.3,[],[[72,3],5]]]]", "Should work with nested arrays");
    Test.assertEquals(["foobar",[["hello"]]].toString(), "['foobar',[['hello']]]", "Should enclose strings with single quotes");
    
  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...