Skip to content

Instantly share code, notes, and snippets.

@mimnets
Created November 3, 2020 16:36
Show Gist options
  • Save mimnets/e97e21c257da550a1bf95695533e2831 to your computer and use it in GitHub Desktop.
Save mimnets/e97e21c257da550a1bf95695533e2831 to your computer and use it in GitHub Desktop.
function test (a, b = 1) {
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment