• Sign Up
  • Kata
  • Kumite
  • Blog
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Simon Holywell
Clan:Codewars
Member Since:Apr 2016
Last Seen:Apr 2020
Profiles:
Following:194
Followers:182
Allies:176
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (121)
  • Replies
  • Authored
  • Needs Resolution
    • ejini战神
    • resolved a suggestion on "Random case" kata

    'alr approved some time ago'

    • Chrono79
    • resolved an issue on "Credit card issuer checking" kata

    Not a kata issue, it's a problem with your code. Read this

    • TheMax370
    • created an issue for "Credit card issuer checking" kata

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

    • TheMax370
    • created an issue for "Credit card issuer checking" kata

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

    • uniapi
    • created a suggestion for "Credit card issuer checking" kata

    Please, NASM Translation

    • Chrono79
    • resolved an issue on "Credit card issuer checking" kata

    The kata isn't broken, your code is wrong, check how you use switch.

    • brentguistwite
    • created an issue for "Credit card issuer checking" kata

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

    • psmilliorn
    • commented on "Credit card issuer checking" kata

    Thank you @tbesmer!

    • JohanWiltink
    • resolved an issue on "Credit card issuer checking" kata

    Not a kata issue then.

    • tbesmer
    • commented on "Credit card issuer checking" kata

    I think when you run this check:
    (n.substring(0,1) === "4" && n.length === 13 || n.length === 16)
    It should really be:
    (n.substring(0,1) === "4" && (n.length === 13 || n.length === 16))

    • psmilliorn
    • created an issue for "Credit card issuer checking" kata

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

    • treffynnon
    • commented on "Credit card issuer checking" kata

    What failures are you getting? I cannot see your solution so I've no way to know what it is happening unfortunately.

    • treffynnon
    • resolved an issue on "PHP Immutable" kata

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

    • shubhamkulkarni
    • commented on "Credit card issuer checking" kata

    For my solution using 'C', random tests are failing.
    The error message is not helpful either.
    @treffynnon could you plese look into it. I don't want to forfeit :D

    • SteuerZypresse
    • commented on "Credit card issuer checking" kata

    Test fails:
    For example this shouldn't output "VISA":
    4111111111111111
    4111111111111
    4012888888881881
    41111111111111
    411111111111111

    But the definition says, it's VISA

  • Loading more items...
  • © 2021 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Contact
  • powered by

Confirm

  • Cancel
  • Confirm