I found an error with the tests in the last project in the JavaScript Course

One of the answers of the tests in this project start with TWENTY and finish with PENNY, but another test start with PENNY and finish with ONE HUNDRED. I can pass only one because my code generate the change vector only in one order (high to low or low to high), the tests are the number 6 and the number 3. I think the best solution is invert the change in the answer in the test number 6 (start with ONE HUNDRED and finish with PENNY). Sorry for my english I speak Spanish as my mother tongue.

This is intentional. The order is different when the drawer is open vs closed.

1 Like

Thank you! with that correction i pass all the tests :rofl:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.