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