Created
June 27, 2016 00:07
-
-
Save egrueter-dev/224c6fdb62a572211a6f971eba92ea44 to your computer and use it in GitHub Desktop.
Function Constructors
This file contains hidden or 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
| console.log(john); | |
| // => Person {Firstname: “John”, Lastname: “Doe” } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment