• 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
maroder123 Avatar
Name:beqa abuladze
Clan:Unknown
Member Since:Nov 2022
Last Seen:Apr 2023
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (8)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • maroder123
    • commented on "Floating point comparison" kata
    • 3 years ago

    thanks it was automaticly rounidng with starter code and i didnot think to change it

  • Custom User Avatar
    • B1ts
    • commented on "Floating point comparison" kata
    • 3 years ago

    You're printing these numbers after rounding. Don't round at all.

    The actual numbers for that test are: 1456.3652, 1456.3641

  • Custom User Avatar
    • maroder123
    • commented on "Floating point comparison" kata
    • 3 years ago

    1456.365 1456.364 after test im geting True but execrsize says i should get false why?

  • Custom User Avatar
    • maroder123
    • commented on "Find Maximum and Minimum Values of a List" kata
    • 3 years ago

    for x in arr ? something like these?

  • Custom User Avatar
    • maroder123
    • commented on "Find Maximum and Minimum Values of a List" kata
    • 3 years ago

    why do you want to set size of array? these exsercise ask you to find biggest and smallest number in alredy existing array. these exsercies is test of function knowledge but can be done by loops.

  • Custom User Avatar
    • Chrono79
    • resolved a question on "Array.diff" kata
    • 3 years ago
  • Custom User Avatar
    • Chrono79
    • commented on "Array.diff" kata
    • 3 years ago

    Yes, it's a problem with your code, it skips values so, it's not removing all 2s there.

  • Custom User Avatar
    • maroder123
    • commented on "Array.diff" kata
    • 3 years ago

    hi i try to solve these with javascript but it gives me error:
    a was [1,2,2], b was [2]: expected [ 1, 2 ] to deeply equal [ 1 ]
    but when i check values console.log(a,b) it gives [1,2] [1]

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...