Skip to content

Instantly share code, notes, and snippets.

@popcorn245
Created December 3, 2021 22:36
Show Gist options
  • Save popcorn245/fa89c1b8aebedf03e09899426da80cf7 to your computer and use it in GitHub Desktop.
Save popcorn245/fa89c1b8aebedf03e09899426da80cf7 to your computer and use it in GitHub Desktop.
function heyThere(message = "My default message") {
alert(message);
}
heyThere("Custom Message");
heyThere();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment