Skip to content

Instantly share code, notes, and snippets.

@colabottles
Created January 19, 2021 08:32
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 colabottles/e8d943511e3dac22bed01204a64b968a to your computer and use it in GitHub Desktop.
Save colabottles/e8d943511e3dac22bed01204a64b968a to your computer and use it in GitHub Desktop.
JavaScript code snippet example
function updateName() {
let name = prompt('Enter a new name');
para.textContent = 'Player 1: ' + name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment