Modern JavaScript: ES6 and beyond!

Watch this course for FREE this weekend only.
Create an account to start watching.

or

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.