• 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
AbsoluteGoof Avatar
Name:Alex
Clan:freeCodeCamp
Skills:javascript, html, css, grid, flexbox, bootstrap
Member Since:Apr 2022
Last Seen:Feb 2025
Profiles:
    Following:145
    Followers:144
    Allies:144
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (17)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Asa-Dawson
      • commented on "Take a Ten Minutes Walk" kata
      • 3 years ago

      Aaaah, okay I was reading the logs off by one and typo'd my directions. I did think it seemed odd, I couldn't fathom how that was supposed to work unless it was body relative directions. Much thanks for your help!

    • Custom User Avatar
      • AbsoluteGoof
      • commented on "Take a Ten Minutes Walk" kata
      • 3 years ago

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

    • Custom User Avatar
      • AbsoluteGoof
      • commented on "Take a Ten Minutes Walk" kata
      • 3 years ago

      Oh. Okay so, I'm missing more direction. I need separate axis to better calcualte my position, instead of just +1 and -1, it has to be x++, x--, y++, and y--.

    • Custom User Avatar
      • BobtheLantern
      • commented on "Take a Ten Minutes Walk" kata
      • 3 years ago

      Yes, but in the [ 'n', 'e', 'n', 'e', 'n', 'e', 'n', 'e', 'n', 'e' ] example, would you actually end in the same place you started? Your code says that you will...

    • Custom User Avatar
      • BobtheLantern
      • commented on "Take a Ten Minutes Walk" kata
      • 3 years ago

      I think you're actually failing on the test right before that one. The log for the tests appears above the result for that test. Your logic appears to have an unintentional typo that is causing your code to fail.

    • Custom User Avatar
      • Chrono79
      • commented on "Take a Ten Minutes Walk" kata
      • 3 years ago

      That test doesn't expect true, your code is returning true for it (p.s.: it seems that's not the test your code is failing), the expected answer is false. Look harder at your switch you have a typo there.

    • Custom User Avatar
      • AbsoluteGoof
      • commented on "Take a Ten Minutes Walk" kata
      • 3 years ago

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

    • Custom User Avatar
      • Asa-Dawson
      • commented on "Take a Ten Minutes Walk" kata
      • 3 years ago

      I'm not sure where I'm going wrong, but this is expecting true and I'm not certain how that can be?

      ['n', 'w', 'n', 'w', 'n', 'w', 'n', 'w', 'n', 'w']

      This example fails, expecting "true" but it only moves north and west so it can't possibly return to the origin point? Shouldn't this be false? Where am I going wrong?

    • Custom User Avatar
      • Chrono79
      • commented on "Take a Ten Minutes Walk" kata
      • 3 years ago

      It's failing this test: [ 'n', 'e', 'n', 'e', 'n', 'e', 'n', 'e', 'n', 'e' ] and it's clear why.

    • Custom User Avatar
      • AbsoluteGoof
      • commented on "Take a Ten Minutes Walk" kata
      • 3 years ago

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

    • Custom User Avatar
      • Chrono79
      • resolved an issue on "Take a Ten Minutes Walk" kata
      • 3 years ago

      Print the input yourself (read the post below for javascript): https://docs.codewars.com/training/troubleshooting#print-input

      Not a kata issue.

    • Custom User Avatar
      • AbsoluteGoof
      • created an issue for "Take a Ten Minutes Walk" kata
      • 3 years ago

      Sure would love to see tests that failed, instead of just being told a bunch of stuff failed. Seriously in the dark about what's going wrong.

    • Custom User Avatar
      • akar-0
      • resolved an issue on "Exes and Ohs" kata
      • 3 years ago

      Your code not working is not a kata issue. An issue is a bug in the kata. Please refer to the documentation: https://docs.codewars.com/training/troubleshooting/

    • Custom User Avatar
      • AbsoluteGoof
      • created an issue for "Exes and Ohs" kata
      • 3 years ago

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

    • Custom User Avatar
      • benjaminzwhite
      • commented on "Sum The Strings" kata
      • 3 years ago

      You can always print to the terminal/console by including a print statement in whatever language you are working in - sorry I don't know Javascript, but whatever you use to print stuff on screen usually like in a Hello World! program - just include it in the main body of your function, and include the name of the argument that the kata is using.

      You might find the following document useful also - I've linked the part about printing the input:
      Troubleshooting - codewars

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...