Created
November 30, 2018 15:21
-
-
Save tasaquino/723e5491e7bb1a14122da2b798f7cd98 to your computer and use it in GitHub Desktop.
Scoping Functions - apply example 2
This file contains 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
person.apply { | |
profession = "Iron Man" | |
nickname = "Tony" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment