Symbols in JavaScript: how to use in real life?

preview_player
Показать описание
This video is about Symbols in JavaScript. A lot of frontend-developers don’t know what is Symbol in JavaScript and how it works. In this video I explain how Symbols in JS work, in which situation they will be useful and even how with symbols we can change behaviour of native JavaScript objects.

Follow me on:

Timecodes:

00:00 - Intro
00:30 - What is Symbol
01:37 - First symbol property
02:28 - Second symbol property
06:24 - Access to symbol property in object
07:55 - Symbol Iterator
12:41 - Symbols recap

#javascript #development #programming #progress #frontend #symbols #interview #personaldevelopment
Рекомендации по теме
Комментарии
Автор

That’s amazing, I will watch your video 7.5 times and I will report it, thank you

flyingbutter
Автор

Wow, thanks for the video! Interesting topic.

Are there any other useful properties like "Symbol.iterator"? Maybe something you personally recommend or use on a daily basis?

TimFedorchuk