Build-ins - Symbols and Protocols in ES6
Primitive data types
Symbols are new addition in ES6 to primitive data types. Previously numbers, strings, boolean, null, undefined were primitive data types.
Symbol
Symbol is just a unique identifier. Its most often used to uniquely identify propert...
successo.hashnode.dev4 min read