Javascript Calculator

I built a calculator program using the freecodecamp specifications here.

It correctly fulfills every user story, but the test bundle won’t pass me.
Should I mark the exercise as completed and move on or continue to work on it to get all the tests to pass?

1 Like

If you are content and happy with the final result pass the test and move on.
Don’t waste your time on some silly fcc project tests if you get the point of the app.
My point is, your journey is a long one, quicker you move the faster you get where you want. :blush:

Edit:

  • Haha this was mine, curious if is passing any tests. https://codepen.io/GeorgeCrisan/pen/PmKzwL
    I’ve done this one years ago, Last saved OVER 5 YEARS AGO and most of the functionality was stolen from some other guy.
1 Like

If you’re failing the automated tests, then you most likely have not met the exact requirements of the user stories. If you post a link to your CodePen, someone can have a look and see what’s wrong.

I actually realized that the answers are correct, but they wanted them in a different spot than the one I put them.

1 Like

I managed to get all the tests to pass, thanks!

You are also right But check my link

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