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
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
@tbushman I was using text input element as #display so I changed it to so I can log the value of document.getElementById('display').innerHTML I will check and tell you the result .
I think we have to change User Story #6: My calculator should contain an element (like <h1 id="display">{this.state.display}</h1> ) to display values with a corresponding id="display". to avoid using elemnts like input as I did :(
also change https://gitcdn.link/repo/freeCodeCamp/testable-projects-fcc/master/build/bundle.js
to be https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js because first URL not working !!
I'm finalizing " Build a JavaScript Calculator" project using react
I notices when adding setTimeout to assert.strictEqual function some teste passed
Here is my repo | plnkr
Edit : Here is used test file with
set time out
File
The text was updated successfully, but these errors were encountered: