• Sign Up
  • Kata
  • Kumite
  • Blog
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Michael
Clan:Unknown
Member Since:Jun 2019
Last Seen:Jan 2021
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (31)
  • Replies
  • Authored
  • Needs Resolution
    • Hydra17
    • commented on "Multiplication table for number" kata

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

    • rowcased
    • commented on "Multiplication table for number" kata

    Basically the line breaks serve to visually structure the final string, so there is no need for one at the end.

    • hobovsky
    • resolved a question on "Multiplication table for number" kata

    Approved.

    • Hydra17
    • commented on "Multiplication table for number" kata

    What was the reason for having the last line with no line break?

    • Ze-Marcos
    • created a question for "Multiplication table for number" kata

    Please review and approve my translation thank you for the good Kata.

    https://www.codewars.com/kumite/5fc54a32b700aa0021307f59?sel=5fc54a32b700aa0021307f59

    • rowcased
    • commented on "Multiplication table for number" kata

    Here is the first sample test which shows an expected result having no trailing space. Following that, we can see the results of running your code which shows that you returned first, and then finally what is expected of the test. Your code is definitely producing a trailing \n, and the kata tests are correct.

    Test.assert_equals(multi_table(5), '1 * 5 = 5\n2 * 5 = 10\n3 * 5 = 15\n4 * 5 = 20\n5 * 5 = 25\n6 * 5 = 30\n7 * 5 = 35\n8 * 5 = 40\n9 * 5 = 45\n10 * 5 = 50')
    
    '1 * 5 = 5\n2 * 5 = 10\n3 * 5 = 15\n4 * 5 = 20\n5 * 5 = 25\n6 * 5 = 30\n7 * 5 = 35\n8 * 5 = 40\n9 * 5 = 45\n10 * 5 = 50\n'
    #should equal
    '1 * 5 = 5\n2 * 5 = 10\n3 * 5 = 15\n4 * 5 = 20\n5 * 5 = 25\n6 * 5 = 30\n7 * 5 = 35\n8 * 5 = 40\n9 * 5 = 45\n10 * 5 = 50'
    
    • -?-
    • commented on "Multiplication table for number" kata

    I am facing that same problem...

    • Hydra17
    • commented on "Multiplication table for number" kata

    The expected result shows that the basic tests require the trailing '\n' to pass them. My code does not provide that. When I run my solution, it literally prints the exact result requested in the kata. Try it.

    • natan
    • commented on "Multiplication table for number" kata

    your function returnsundefined, it should return a string
    if you look at your error messages they probably tell you this

    • hobovsky
    • commented on "Multiplication table for number" kata

    Read this paragraph of FAQ.

    • B1ts
    • commented on "Multiplication table for number" kata

    With what you provided, no.

    You can try providing input that fails, expected output and your output, OR provide your code.

    • -?-
    • commented on "Multiplication table for number" kata

    tried all options but still same issue poping up...any suggestions?

    • B1ts
    • commented on "Multiplication table for number" kata

    Sure... Maybe check for trailing whitespace.

    • -?-
    • commented on "Multiplication table for number" kata

    I am getting same as answer but still getting error but my solution and answer is the same as fuck ?

    • MallikarjunHt
    • created a question for "Multiplication table for number" kata

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

  • Loading more items...
  • © 2021 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Contact
  • powered by

Confirm

  • Cancel
  • Confirm