• 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
CJRobbertse Avatar
Name:Unknown
Clan:Unknown
Member Since:Apr 2019
Last Seen:Jan 2024
Profiles:
Following:2
Followers:1
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (8)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • trashy_incel
    • resolved an issue on "What time is it?" kata
    • 2 years ago

    no answer from OP

  • Custom User Avatar
    • trashy_incel
    • commented on "What time is it?" kata
    • 2 years ago

    this is a separate issue though, OP claims there was a test with a different input format

  • Custom User Avatar
    • hobovsky
    • commented on "What time is it?" kata
    • 2 years ago

    This issue has been raised again here https://www.codewars.com/kata/57729a09914da60e17000329/discuss#64b0fdf456320e11e37ccb43 and after some googling I think they both are invalid, but I will try to find someone who actually lives in a place which uses 12h time and confirm.

  • Custom User Avatar
    • trashy_incel
    • commented on "What time is it?" kata
    • 2 years ago

    I don't see any such test in JS/Python, should this be closed ?

  • Custom User Avatar
    • anter69
    • commented on "What time is it?" kata
    • 4 years ago

    Language? (I guess JS)

  • Custom User Avatar
    • Twilight_Sun
    • commented on "Vasya - Clerk" javascript solution
    • 5 years ago

    I think thats because of js optimization. I've also tried with .every() but I found that if I don't use an index in condition function - it is NOT called twice for [25,25], js "predicts" that if first call returned true, there no need for second check for the same value. Of course workaround with using index worked but looked ugly. So I just used .reduce() instead.
    Now I guess that 'bind' is also a workaround

  • Custom User Avatar
    • CJRobbertse
    • commented on "Vasya - Clerk" javascript solution
    • 5 years ago

    why do you need to bind?

  • Custom User Avatar
    • CJRobbertse
    • created an issue for "What time is it?" kata
    • 6 years ago

    So if the input is '12:00:01', why on Earth would you expect an output of '00:00:01'.
    This is without a 'PM' at the end. Surely it would not pass? rather than convert one 24 hour time to another....

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...