I'm having my code pass the test cases just fine but am getting caught up in the main submission with an (Expected: 3, instead got: 1) error. I tried changing around the 'data array' position that the various measures (width et c) were reading and got the first submission test to clear but then the second test was failing.
Is this a problem with my code or in the submission tests?
This is a useless reply. I've downvoted it.
This comment is hidden because it contains spoiler information about the solution
Thanks for the reply. I've since worked out the issue, it turned out one of my for loops was running too long or something.
Good to note about the markdown though! Thanks for mentioning that!
This comment is hidden because it contains spoiler information about the solution
Great, this should help me. Thanks.
javascript
I'm having my code pass the test cases just fine but am getting caught up in the main submission with an (Expected: 3, instead got: 1) error. I tried changing around the 'data array' position that the various measures (width et c) were reading and got the first submission test to clear but then the second test was failing.
Is this a problem with my code or in the submission tests?