Last active
December 30, 2020 03:26
-
-
Save shahab570/a36cffe19595b6e552e3b3343ac1c238 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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