• 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
Ismail Avatar
Name:Unknown
Clan:Unknown
Skills:java, c++, javascript, math
Member Since:Apr 2015
Last Seen:Jan 2017
Profiles:
Following:7
Followers:3
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (91)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • RPinkha
    • commented on "Is it even?" javascript solution
    • 17 months ago

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

  • Custom User Avatar
    • hermannsorgel
    • commented on "Is it even?" javascript solution
    • 3 years ago

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

  • Custom User Avatar
    • trashy_incel
    • resolved a suggestion on "Base64 Encoding" kata
    • 3 years ago

    re-raised as an issue

  • Custom User Avatar
    • madhaus
    • commented on "Convert Integer to Binary" javascript solution
    • 3 years ago

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

  • Custom User Avatar
    • farhanaditya
    • commented on "Convert Integer to Binary" javascript solution
    • 4 years ago

    how

  • Custom User Avatar
    • Girrux
    • commented on "Deodorant Evaporator" kata
    • 4 years ago

    (I know that the suggestion is 6 years old, but I want to add a small not-so-serious explanation for the kata task)

    Actually, the procentual loss doesn't seem too far fetched. The loss could be because the evaporator is not sealed perfectly air-tight (alright, alright, then a "gas-container" would be a better example than an evaporator) and at day n we try to use it for the first time and want to know if there's still enough deodorant left to be worth it.

    Alternatively, the total amount of gas in the evaporator could stay the same while just the ratio of deodorant to normal air decreases. This way, we use the same amount of gas every morning with an decreasing amount of actual deodorant, in which case, indeed, stinking greetz! :D

  • Custom User Avatar
    • sdpaulsen
    • commented on "Is n divisible by x and y?" javascript solution
    • 5 years ago

    if (condition) return true; else return false;
    can always be rewritten as
    return (condition);
    ...and usually doesn't even require the parentheses around the condition.

  • Custom User Avatar
    • titanzq
    • commented on "Is it even?" javascript solution
    • 5 years ago

    perfect

  • Custom User Avatar
    • ernestomelchor
    • commented on "Is it even?" javascript solution
    • 6 years ago

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

  • Custom User Avatar
    • bored69
    • commented on "Vowel remover" javascript solution
    • 7 years ago

    I know it was old but any chance I get to vent my hatred for ES5, I take it :D

  • Custom User Avatar
    • Voile
    • commented on "Vowel remover" javascript solution
    • 7 years ago

    That comment was from 2 years ago.

    Also, it doesn't help that every single entry level programming site (e.g cough Codecademy and FCC) are all still teaching ES5 and treating ES5 as the norm. Even their linter is set to ES5 and will warn you for using ES6 features (e.g =>).

  • Custom User Avatar
    • bored69
    • commented on "Vowel remover" javascript solution
    • 7 years ago

    Pre-ES6 JS is garbage though :x

  • Custom User Avatar
    • VivianSolide
    • commented on "A Memory game array" kata
    • 8 years ago

    Hi, it's not very clear.
    I had to see the tests cases in order to finish the kata.
    I didn't get any points :/
    The 7th test isn't really useful.

  • Custom User Avatar
    • hksong
    • commented on "Deodorant Evaporator" javascript solution
    • 8 years ago

    I can't upvote this simply because of evap_per_day.

    Yes, it was the author of the kata that did it originally, but evap_per_day = is not something the author wrote.

  • Custom User Avatar
    • JohanWiltink
    • created an issue for "Classy Polynomials (Part 1)" kata
    • 9 years ago

    Needs a test for Polynomial([1]).

    My solution has a bug, but passes.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...