Skip to content

Instantly share code, notes, and snippets.

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

  • Save ratul0/0c0d7680dda028f48d91 to your computer and use it in GitHub Desktop.

Select an option

Save ratul0/0c0d7680dda028f48d91 to your computer and use it in GitHub Desktop.
Default parameter in ES6
var person = function(name = "rat"){
return name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment