Skip to content

Instantly share code, notes, and snippets.

@shahab570
Last active December 30, 2020 03:26
Show Gist options
  • Save shahab570/a36cffe19595b6e552e3b3343ac1c238 to your computer and use it in GitHub Desktop.
Save shahab570/a36cffe19595b6e552e3b3343ac1c238 to your computer and use it in GitHub Desktop.
function abc(a,b) { // a and b are called parameters
//code
}
abc(c,d); // c and d are called arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment