Created
September 23, 2016 08:48
-
-
Save Dkra/49b1b3c1b8969119f24446ec2d58af99 to your computer and use it in GitHub Desktop.
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
constructor(location) { | |
// Priviate Member | |
var privateMember = { total: 100, customerList: [] } // private stock in every Macshop | |
privateData.set(this, privateMember) | |
// Public Member | |
this.location = location | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment