• 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
nathanm Avatar
Name:Nathan M
Clan:Unknown
Member Since:Dec 2016
Last Seen:Feb 2025
Profiles:
Following:2
Followers:2
Allies:2
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (19)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • ptihiy
    • commented on "Converting integer to currency format" javascript solution
    • 13 months ago

    It's just short, nothing more.

  • Custom User Avatar
    • Okyanusaydgn
    • commented on "Name on billboard" javascript solution
    • 2 years ago

    good solving:)

  • Custom User Avatar
    • Pestonestor
    • commented on "I love you, a little , a lot, passionately ... not at all" javascript solution
    • 2 years ago

    Absolutley fantastic. I love you madly!

  • Custom User Avatar
    • abhinavkhetarpal
    • commented on "Name on billboard" javascript solution
    • 2 years ago

    So clever.

  • Custom User Avatar
    • nathanm
    • created a suggestion for "Ranking NBA teams" kata
    • 4 years ago

    Someone already commented on the fact there are no draws in basketball. Also, the expected output string is ugly. Rather than using "Points" for "marks in our ranking system," it would be less confusing to use "Marks" or something, since game scores are measured in points. And while the NBA website itself doesn't even track cumulative scoring, a convention in other sports is to use points for and points against. "Conceded" just sounds weird.

  • Custom User Avatar
    • user4896126
    • commented on "Converting integer to currency format" javascript solution
    • 4 years ago

    lol smart but should not be allowed

  • Custom User Avatar
    • CapedHero
    • commented on "Geometry Basics: Circle Area in 2D" javascript solution
    • 5 years ago

    Well, it's a property of circle object. As JS is a dynamically typed language you have to either handle cases if there's no such property, or hope that everything will be okay ;)

  • Custom User Avatar
    • Neocortexx
    • commented on "Geometry Basics: Circle Area in 2D" javascript solution
    • 5 years ago

    My only doubt is: how the heck the function knows which data is 'radius'?

  • Custom User Avatar
    • cliffstamp
    • resolved an issue on "Convert a Number to money!!" kata
    • 6 years ago

    It maybe isn't sensible to have a bajillion issues noting the same thing ... .

  • Custom User Avatar
    • WonkoTheDane
    • commented on "Converting integer to currency format" javascript solution
    • 7 years ago

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

  • Custom User Avatar
    • nathanm
    • commented on "Simple Fun #186: Duplicate Phone Numbers" kata
    • 8 years ago

    OK, I got it now, the instructions were unclear.

  • Custom User Avatar
    • myjinxin2015
    • resolved an issue on "Simple Fun #186: Duplicate Phone Numbers" kata
    • 8 years ago

    Given a list phoneNumbers, your task is to find the duplicate telephone number in the list.

    to find the duplicate telephone number, not unique phone numbers

  • Custom User Avatar
    • myjinxin2015
    • commented on "Simple Fun #186: Duplicate Phone Numbers" kata
    • 8 years ago
    testarr = [
    "4873279",
    "ITS-EASY",
    "888-4567",
    "3-10-10-10",
    "888-GLOP",
    "TUT-GLOP",
    "967-11-11",
    "310-GINO",
    "F101010",
    "888-1200",
    "-4-8-7-3-2-7-9-",
    "487-3279"]
    result = [
    "310-1010:2", ---> "3-10-10-10" and "310-GINO"
    "487-3279:4", ---> "4873279", "ITS-EASY", "-4-8-7-3-2-7-9-" and "487-3279"
    "888-4567:3"] ---> "888-4567", "888-GLOP" and "TUT-GLOP"
    

    Where is the another 3 Duplicate Phone Numbers? I think the others are not Duplicate Phone Numbers. Do you think so?

  • Custom User Avatar
    • myjinxin2015
    • commented on "Simple Fun #186: Duplicate Phone Numbers" kata
    • 8 years ago

    Why it's SIX??
    Ah~~, I'm going to crazy. ONE TWO SIX?? :D
    May I ask you a question? Did you read the kata description?
    No other meaning, just want to confirm. ;-)

  • Custom User Avatar
    • nathanm
    • commented on "Simple Fun #186: Duplicate Phone Numbers" kata
    • 8 years ago

    JavaScript. Just look at the second sample test. It expects three unique phone numbers, but clearly, there are six. It looks like Python and C# have the same problem. And that is also the second actual test.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...