Ad
  • Default User Avatar

    Thanks a lot

  • Default User Avatar

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

  • Default User Avatar

    Could you please answer? In a 44 block, i have 12 spaces, and 3 newlines. In 55, 20 spaces, 4 newlines, Isn't that correct?

  • Default User Avatar

    This is the output i get:
    var res = string.split(" ");
    document.write(res);
    □,■,□,■ ■,□,■,□ □,■,□,■ ■,□,■,□
    var res = string.split("\n");
    document.write(res);
    □ ■ □ ■,■ □ ■ □,□ ■ □ ■,■ □ ■ □
    Isn't this what you ask for?

  • Default User Avatar

    Hello,
    It appears that i have the same issue. I'm writing with JS, and the output is the exact same of what's requested, but says not a match. The space, and new lines are in place.
    Could you please see what's going on, or if you want, see my code?

  • Default User Avatar
  • Default User Avatar

    JavaScript

  • Default User Avatar

    Hello there,
    I've done the exercise, and it says 130 tests passed, but it took more than 6 seconds. I'd like to know what's the limit here and how far off am i?