Skip to content

Instantly share code, notes, and snippets.

@tasaquino
Last active November 30, 2018 15:04
Show Gist options
  • Save tasaquino/0e5fd0d64c8b4a28369e266b372879ae to your computer and use it in GitHub Desktop.
Save tasaquino/0e5fd0d64c8b4a28369e266b372879ae to your computer and use it in GitHub Desktop.
Scoping Functions - apply example
person.apply {
this.profession = "Iron Man"
this.nickname = "Tony"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment