Skip to content

Instantly share code, notes, and snippets.

@sverhoeven
Created October 2, 2020 09:16
Show Gist options
  • Save sverhoeven/375724f5aa31cc63993cf0bf6719e25b to your computer and use it in GitHub Desktop.
Save sverhoeven/375724f5aa31cc63993cf0bf6719e25b to your computer and use it in GitHub Desktop.
run-cpp-on-web: react
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