Skip to content

Instantly share code, notes, and snippets.

@ratul0
Created December 7, 2015 11:22
Show Gist options
  • Select an option

  • Save ratul0/3c6e543af1d72ecadf10 to your computer and use it in GitHub Desktop.

Select an option

Save ratul0/3c6e543af1d72ecadf10 to your computer and use it in GitHub Desktop.
without default function params
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