Created
August 26, 2016 20:44
-
-
Save Krasnyanskiy/e80542201675ca5e7970590b59f0ccb7 to your computer and use it in GitHub Desktop.
-cs: parameter vs argument
This file contains hidden or 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(a,b) { alert(a+b); })(1); | |
/* | |
You can think of the parameter as a parking space and the argument as an automobile. | |
*/ |
Author
Krasnyanskiy
commented
Aug 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment