JavaScript Symbols

I’m about to write a couple of posts that involve the use of Symbols in JavaScript so thought I better do a quick primer that I can link to for people who aren’t familiar with them. What are Symbols A Symbol is a JavaScript primitive (like a String, Boolean, or Read more…