Created
October 2, 2020 09:16
-
-
Save sverhoeven/375724f5aa31cc63993cf0bf6719e25b to your computer and use it in GitHub Desktop.
run-cpp-on-web: react
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function onToleranceChange(event) { | |
setTolerance(Number(event.target.value)); | |
} | |
function onGuessChange(event) { | |
setGuess(Number(event.target.value)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment