Skip to content

Instantly share code, notes, and snippets.

@nairihar
Created April 28, 2018 17:14
Show Gist options
  • Save nairihar/3a1af475c8f1d4a3d12f6d27ae0f4237 to your computer and use it in GitHub Desktop.
Save nairihar/3a1af475c8f1d4a3d12f6d27ae0f4237 to your computer and use it in GitHub Desktop.
Privates in JavaScript Symbol, medium, using Symbol, es6, hack
const b = new Bank()
Object.getOwnPropertySymbols(b)
Object.getOwnPropertySymbols(b.__proto__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment