• 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
etherusko Avatar
Name:etherusko
Clan:Unknown
Member Since:May 2024
Last Seen:Jul 2024
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (10)
  • Needs Resolution
  • Custom User Avatar
    • etherusko
    • commented on "Sudoku Strategies - Pencil Marks" javascript solution
    • 13 months ago

    Why for use lodash here? idk

  • Custom User Avatar
    • etherusko
    • commented on "Sudoku Strategies - Pencil Marks" kata
    • 13 months ago

    Sudoku is a pretext. The problem related to sudoku is solved in a few minutes, while giving the specific format to the string that is requested as output is a headache.
    If you don't feel like dealing with strings, I don't recommend this kata.

  • Custom User Avatar
    • etherusko
    • commented on "Find the odd int" javascript solution
    • 13 months ago

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

  • Custom User Avatar
    • etherusko
    • commented on "Find the odd int" javascript solution
    • 13 months ago

    It is interesting that this solution has no more comments. I found a very unique way to arrive at the solution due to the specific conditions of the problem. If the conditions were a little different, this solution would no longer work. It helped me a lot to study bit-by-bit operators, so thank you very much.

  • Custom User Avatar
    • etherusko
    • commented on "Playing with digits" javascript solution
    • 13 months ago

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

  • Custom User Avatar
    • etherusko
    • commented on "Playing with digits" kata
    • 13 months ago

    There is an error in the examples in the description:
    n = 46288; p = 3 ---> 51 since 4³ + 6⁴+ 2⁵ + 8⁶ + 8⁷ = 2360688 = 46288 * 51
    but 4³ + 6⁴+ 2⁵ + 8⁶ + 8⁷ = 263,592 So k=51 is wrong

  • Custom User Avatar
    • etherusko
    • commented on "Binary Addition" javascript solution
    • 13 months ago

    I think it would have been better if you had tried to get to the algorithm properly. You would have learned more. Using the solution is good when you already know how to get to the solution.

  • Custom User Avatar
    • etherusko
    • commented on "Binary Addition" javascript solution
    • 13 months ago

    A little disappointing to see that there is already a solution to the problem. Surely that function uses the same algorithms that we are supposed to write. But using this solution takes away all the fun from the problem. It's literally like writing a "hello world." The only value of the kata itself is having discovered that this function exists, I guess.

  • Custom User Avatar
    • etherusko
    • commented on "Unique In Order" javascript solution
    • 13 months ago

    Literally, since the variable is iterable, it is never a number.

  • Custom User Avatar
    • etherusko
    • commented on "Jaden Casing Strings" javascript solution
    • 13 months ago

    Humm? Is not your own solution read through the string a lot mor of times? doing a cicle for you are reading the string mor than once for each character.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...