Skip to content

Instantly share code, notes, and snippets.

@mimnets
Last active November 3, 2020 16:33
Show Gist options
  • Save mimnets/dfe54d116faed24b3f626f3061606547 to your computer and use it in GitHub Desktop.
Save mimnets/dfe54d116faed24b3f626f3061606547 to your computer and use it in GitHub Desktop.
function with default values
function test () {
const a = 5;
const b = 5;
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment