Created
April 28, 2018 17:14
-
-
Save nairihar/3a1af475c8f1d4a3d12f6d27ae0f4237 to your computer and use it in GitHub Desktop.
Privates in JavaScript Symbol, medium, using Symbol, es6, hack
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
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