ES6 Essentials 15: Symbols

preview_player
Показать описание
In this tutorial, you'll learn about the Symbol data type in ES6.

ES6 symbols allow you to create a globally unique value that won't be equal to any other data type or even other symbols.

You'll learn in the tutorial that you can use symbols as unique values inside of your objects or even as properties which is useful to avoid clashes with property names in your objecst.

#JavaScript #ES6 #ES6Essentials Channel Handle @codebubb
Рекомендации по теме
Комментарии
Автор

FYI, this video isn't on your ES6 essentials playlist... It skips from 14 to 16.

JasonLayton