Skip to content

Instantly share code, notes, and snippets.

@Dkra
Created September 23, 2016 08:48
Show Gist options
  • Save Dkra/49b1b3c1b8969119f24446ec2d58af99 to your computer and use it in GitHub Desktop.
Save Dkra/49b1b3c1b8969119f24446ec2d58af99 to your computer and use it in GitHub Desktop.
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