You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running attemptTwoFavoriteCustomers with 2 lets throws SyntaxError that causes all tests to fail (not caught). As is the solution is unpassable. I had to throw new SyntaxError to get around it.
Console error log "SyntaxError: redeclaration of let favoriteCustomer"
The text was updated successfully, but these errors were encountered:
Thank you for spotting this issue and providing feedback.
We have updated the materials, removed this function temporarily and believe your issue to have been resolved.
We apologize for any frustration you might have encountered during this process but thank you for helping us ensure that those who follow in your path will not encounter the same problems that you faced.
If you do not believe that this issue has been addressed, please re-open this issue. 💙
Running attemptTwoFavoriteCustomers with 2 lets throws SyntaxError that causes all tests to fail (not caught). As is the solution is unpassable. I had to throw new SyntaxError to get around it.
Console error log "SyntaxError: redeclaration of let favoriteCustomer"
The text was updated successfully, but these errors were encountered: