• 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
luisjunco Avatar
Name:Unknown
Clan:ironhack
Member Since:Sep 2019
Last Seen:Jul 2025
Profiles:
    Following:271
    Followers:274
    Allies:271
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (22)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • dinglemouse
      • resolved an issue on "Cogs 2" kata
      • 7 months ago

      Fair enough. Fixed.

    • Custom User Avatar
      • luisjunco
      • created an issue for "Cogs 2" kata
      • 7 months ago

      Instructions should explicitly say that the function will receive 2 arguments: the list of cogs AND the index of the cog that rotates at 1 rpm.

      (at the moment, you can kind of guess it but for some it may be confussing)

    • Custom User Avatar
      • trashy_incel
      • resolved an issue on "Adding Big Numbers" kata
      • 7 months ago

      duplicate of this and that issues

    • Custom User Avatar
      • luisjunco
      • created an issue for "Adding Big Numbers" kata
      • 7 months ago

      Very interesting kata! However, I believe two improvements could make it better:

      a) The use of external libraries should be disabled. Currently, it is possible to solve it with something like bignumber.js, which makes it feel more like a 6kyu kata.

      b) It would be helpful to specify that BigInt is not allowed in the JavaScript version, as others have suggested.

    • Custom User Avatar
      • luisjunco
      • created an issue for "Sum a list but ignore any duplicates" kata
      • 7 months ago

      Issue: imho, instructions should explicitly say that all the numbers in the list provided are positive (if the list provided was including negative numbers, most of the solutions would need to be different).

    • Custom User Avatar
      • ejini战神
      • resolved an issue on "Number of anagrams in an array of words" kata
      • 2 years ago

      Clearly the definition of anagram already covers this aspect, so closing...

    • Custom User Avatar
      • luisjunco
      • commented on "The 12 Days of Christmas" kata
      • 3 years ago

      awesome!

    • Custom User Avatar
      • dinglemouse
      • resolved a suggestion on "The 12 Days of Christmas" kata
      • 3 years ago

      Fair enough. Done.

    • Custom User Avatar
      • Blind4Basics
      • resolved an issue on "The 12 Days of Christmas" kata
      • 3 years ago

      handled, and added the threshold thing, to get better feedback in the assertion messages.

      sorry for the troubles

    • Custom User Avatar
      • luisjunco
      • created a suggestion for "The 12 Days of Christmas" kata
      • 3 years ago

      Suggestion:

      Instructions do not explain what the function is expected to return.

      I think it is important to explain that in detail (specially considering that this is a 7 kyu kata).

      For example:

      Your function will receive 2 strings: "a" & "b".
      
      Return -1 if "a" must be sorted before "b".
      
      Return  1 if "b" must be sorted before "a".
      
      
    • Custom User Avatar
      • luisjunco
      • commented on ""The 12 Days of Christmas" TypeScript Translation"
      • 3 years ago

      TypeScript version fails to compile (missing export).

      Reported here: https://www.codewars.com/kata/57dd3a06eb0537b899000a64/discuss/typescript#63ac76683f04b10031696cc6

      Hope that can be solved. For some people it can be a trivial thing.
      For many others (specially considering that this is a 7kyu), it can be non trivial and prevent them from solving the real challenge.

    • Custom User Avatar
      • luisjunco
      • created an issue for "The 12 Days of Christmas" kata
      • 3 years ago

      Bug in TypeScript version:

      • Initial code in the TypeScript version fails to compile (export missing).

      IS:

      const comparator = function (a: string, b: string): number {
        // Your code here
        return 0;
      };
      
      

      SHOULD BE:

      export const comparator = function (a: string, b: string): number {
        // Your code here
        return 0;
      };
      
      
    • Custom User Avatar
      • trashy_incel
      • resolved an issue on "Password Hashes" kata
      • 4 years ago

      updated description

    • Custom User Avatar
      • farhanaditya
      • commented on "Password Hashes" kata
      • 4 years ago

      If a comment can be pinned, this one is obviously a must. I've completed hundreds of Katas but never imported a library. So this 7 Kyu kata really caught me off guard. I honestly thought you have to implement your own MD5 algorithm in a 7 Kyu kata.

    • Custom User Avatar
      • FArekkusu
      • resolved an issue on "TGI Friday!!" kata
      • 4 years ago
    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...