What is symbols in JavaScript?
ES6 introduced a new datatype called Symbols. Symbols are a very powerful feature that allows us to mitigate the risk of name collisions, typically in plugins and libraries.
In this lesson, you'll learn about Symbols and how to use them.
