• 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
varkadov Avatar
Name:Vadim Arkadov
Clan:Avito
Member Since:Nov 2015
Last Seen:May 2021
Profiles:
Following:44
Followers:44
Allies:44
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (2)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Pidgeots
    • commented on "Convert a Number to a String!" typescript solution
    • 19 days ago

    String(num) is actually more versatile and consistent than num.toString(). For example, toString() will throw an error if num is null or undefined, while String(null) safely returns "null". Even though it’s not needed here, using String() is more robust and still very readable.

  • Custom User Avatar
    • varkadov
    • commented on "Dependency Injection" javascript solution
    • 10 years ago

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

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...