Hide The Backing Variable Of Object Properties/Attributes Using ES6 Symbols

added by Derick Bailey
10/12/2015 12:53:27 PM

601 Views

ES6 includes a new feature called Symbols that allow you to do a number of very interesting things (if you haven't heard about symbols yet, check out the ExploringJS chapter and my own WatchMeCode videos on the ES6/Symbols). In my exploration of ES6 Classes, I found a very interesting use case for Symbols...


0 comments