Skip to content

Instantly share code, notes, and snippets.

@jcastellanos003
Created September 10, 2015 14:35
Show Gist options
  • Save jcastellanos003/d23fb8cedf345ca09733 to your computer and use it in GitHub Desktop.
Save jcastellanos003/d23fb8cedf345ca09733 to your computer and use it in GitHub Desktop.
//null values
class Person {
constructor(name = "Julián", lastname = "Castellanos") {
...
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment