Skip to content

Instantly share code, notes, and snippets.

@alissoncs
Last active May 9, 2020 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alissoncs/6b65cf0ce36e9a1db548fd758d30a9b9 to your computer and use it in GitHub Desktop.
Save alissoncs/6b65cf0ce36e9a1db548fd758d30a9b9 to your computer and use it in GitHub Desktop.
updateTotal.js
var total = 0;
function updateTotal() {
document.getElementById('total').innerHTML = total;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment