• 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
zayniddindev Avatar
Name:Zayniddin Atabaev
Clan:Appx
Skills:javascript, typescript, node.js
Member Since:Feb 2022
Last Seen:Jun 2025
Profiles:
Following:9
Followers:7
Allies:6
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (14)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • jcsahnwaldt
    • resolved a question on "Last digit of a large number" kata
    • 3 years ago

    I'll mark this as resolved.

  • Custom User Avatar
    • Chrono79
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    Create a function that finds the largest palindromic number made from the product of at least 2 of the given arguments.

    I already told you how you get the number, it's not using all the arguments. See the last example.

  • Custom User Avatar
    • zayniddindev
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    Result should be made from nums of the product or it should any number be up to the product?

  • Custom User Avatar
    • zayniddindev
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    But there is no "8"s in 451165470, or maybe I misunderstood the kata

  • Custom User Avatar
    • Chrono79
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    8510158 is greater than 5417145, isn't it?

  • Custom User Avatar
    • zayniddindev
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    7 * 23 * 87 * 32210 = 451165470, you missed 87

  • Custom User Avatar
    • akar-0
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    Why do you think it's an error?

  • Custom User Avatar
    • Chrono79
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    7 * 23 * 32210 = 5185810 and that can be rearranged to 8510158 there is no error.

  • Custom User Avatar
    • zayniddindev
    • commented on "Largest Numeric Palindrome" kata
    • 3 years ago

    I think there are errors in tests:
    Testing for 7, 23, 87, 32210 -> expected 5417145 to equal 8510158

  • Custom User Avatar
    • zayniddindev
    • commented on "One Line Task: Squirrel And Tree" kata
    • 3 years ago

    Can't stop laughing😂:
    "your code length = 52: expected 'code length >= 52' to equal 'code length < 52'"

  • Custom User Avatar
    • zayniddindev
    • commented on "Take a Ten Minute Walk" javascript solution
    • 3 years ago

    Greate job👍

  • Custom User Avatar
    • zayniddindev
    • commented on "Sudoku Solution Validator" kata
    • 3 years ago

    Thank you, xDranik, for this amazing kata😊

  • Custom User Avatar
    • hobovsky
    • commented on "Last digit of a large number" kata
    • 3 years ago

    You most probably have some syntax error, and most probably it's located in a line preceding the if or somewhere around.
    You might have too many semicolons, or some mismatched brace, but it's difficult to tell exactly, without seeing your code.

  • Custom User Avatar
    • zayniddindev
    • created a question for "Last digit of a large number" kata
    • 3 years ago

    if (parseInt(str2) > 9_007_199_254_740_991) {
    ^
    SyntaxError: Invalid or unexpected token ;

    Why is that?

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...