• 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
BigPugLabs Avatar
Name:BigPugLabs
Clan:#100Devs - leonnoel.com/twitch
Member Since:Mar 2022
Last Seen:May 2025
Profiles:
Following:502
Followers:502
Allies:485
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (7)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • BigPugLabs
    • commented on "The OR sum" javascript solution
    • 15 months ago

    Was blind to a misnamed variable while writing this.

    base is being used as an exponent here

  • Custom User Avatar
    • BigPugLabs
    • commented on "Computer problem series #1: Fill the Hard Disk Drive" javascript solution
    • 2 years ago

    What if the hd doesn't fill and we overrun the sizes array?

    hd -= undefined hd becomes NaN,
    NaN >= 0 is false so the while loop ends correctly

    Yay JavaScript (this time)

  • Custom User Avatar
    • dandrok
    • commented on "Fast cooking pancakes" javascript solution
    • 2 years ago

    I like your solution - clever :D

  • Custom User Avatar
    • Chrono79
    • commented on "Coding Meetup #10 - Higher-Order Functions Series - Create usernames" kata
    • 3 years ago

    How would you update the object "not in place"?

  • Custom User Avatar
    • BigPugLabs
    • commented on "Coding Meetup #10 - Higher-Order Functions Series - Create usernames" kata
    • 3 years ago

    JavaScript - "write a function that adds the username property to each object in the input array"

    Is still unclear if we are meant to update the objects in place or not

  • Custom User Avatar
    • BigPugLabs
    • commented on "Pairs of Bears" kata
    • 3 years ago

    x is pairs of mating bears

    not number of mating bears
    not total number of bears in the park

    number of mating pairs of bears

    (JS)

  • Custom User Avatar
    • BigPugLabs
    • commented on "Human readable working hours" kata
    • 3 years ago

    This issue caused some very strange expected results on the tests.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...