Created
December 7, 2015 11:22
-
-
Save ratul0/3c6e543af1d72ecadf10 to your computer and use it in GitHub Desktop.
without default function params
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
| var person = function(name){ | |
| name = name | "rat"; | |
| return name; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment