Ad
  • Default User Avatar

    Hi Folks, my basic tests pass, however the same basic tests are failing when I attempt the full suite of tests:

    [ { name: 'Bart' },
    { name: 'Lisa' },
    { name: 'Maggie' },
    { name: 'Homer' },
    { name: 'Marge' } ]

    ---> Test Passed: Value == 'Bart, Lisa, Maggie, Homer & Marge'

    [ { name: 'Bart' },
    { name: 'Lisa' },
    { name: 'Maggie' },
    { name: 'Homer' },
    { name: 'Marge' } ]

    Must work with many names - Expected: 'Bart, Lisa, Maggie, Homer & Marge', instead got: 'Bart, Lisa, Maggie, Homer, Marge & '

    JavaScript

  • Custom User Avatar

    Java: throw new RuntimeException(braces);

  • Custom User Avatar

    console.log(braces)

  • Default User Avatar

    JavaScript:

    I'm able to pass the 5 test cases provided, however I'm still failing test cases: 8, 10, 11 and 14. Is there not a way to see the inputs for these test cases?