Tell us what’s happening: Hi, My calculator doesn’t pass some tests but if I do them myself the results are correct.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0
Challenge: Front End Development Libraries Projects - Build a JavaScript Calculator
Link to the challenge:
The expression "10.5 - 5.5" should produce an output of "5" : expected '5.0000' to equal '5' The sequence "5 - 2 = / 2 =" should produce an output of "1.5" : expected '1.5000' to equal '1.5'
Sounds like a you need to make it 1 decimal point?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.