Plans from $25/month
This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
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.