JavaScript Symbols - A way to Non-Colliding Object Keys.
What is the motivation for bringing Symbols to ES6?
The original motivation for introducing symbols to Javascript was to enable private properties.
Unfortunately, they ended up being severely downgraded. They are no longer private, since you can fin...
mitanshu.hashnode.dev6 min read