5 ms·
I had no idea what a Symbol even was until I stumbled upon alt - https://github.com/goatslacker/alt https://github.com/goatslacker/alt It's a small and simple
by rnbwd 12y ago
I had no idea what a Symbol even was until I stumbled upon alt - https://github.com/goatslacker/alt https://github.com/goatslacker/alt
It's a small and simple code base, and much easier way to grok the concept than reading a book.
- angersock 12y agoGood link. You can see the usage in the first few lines here: https://github.com/goatslacker/alt/blob/master/src/alt.js https://github.com/goatslacker/alt/blob/master/src/alt.js They seem to be being used mostly as immutable constants for readability--which kind of fits with normal use, right? I'm just trying to see if there's anything else here I'm missing.