Build a JavaScript Calculator - Bug in Example

I am working on the JavaScript calculator project. I have one more user story to satisfy:

  • User Story #13: If 2 or more operators are entered consecutively, the operation performed should be the last operator entered.

I am fairly confident I can resolve this on my own, but I noticed the example https://codepen.io/freeCodeCamp/full/wgGVVX does not satisfy this user story either. Mostly want to notify the team this bug exists.

1 Like

Looks like a bug in the test suite, please report it here: https://github.com/freeCodeCamp/testable-projects-fcc/issues/new

EDIT: This is not passing in my project either btw.

3 Likes