Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created July 19, 2022 06:49
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 tsh-code/e9a1d15798a12d133617d1b03ced40c2 to your computer and use it in GitHub Desktop.
Save tsh-code/e9a1d15798a12d133617d1b03ced40c2 to your computer and use it in GitHub Desktop.
var object = document.body;
function displayError(name) {
var alert = document.createElement('DIV');
object.append(alert);
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment