Optional chaining, javascript new features 2020

Опубликовано: 20 Февраль 2020
на канале: Shrideep ghag
236
9

Optional chaining javascript2020
The optional chaining operator ?. permits reading the value of a property located deep within a chain of connected objects without having to expressly validate that each reference in the chain is valid.
The optional chaining operator provides a way to simplify accessing values through connected objects when it's possible that a reference or function may be undefined or null.
Using optional chaining with function calls causes the expression to automatically return undefined instead of throwing an exception if the method isn't found

Supported browsers
Chrome v80
firefox v73
Opera v67

----
Follow Me Online Here:

Twitter:   / shrideepghag  
GitHub: https://github.com/Shrideep
LinkedIn:   / shrideep-ghag-4a665251  
Instagram:   / shrideep.ghag  


На этой странице сайта вы можете посмотреть видео онлайн Optional chaining, javascript new features 2020 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Shrideep ghag 20 Февраль 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 236 раз и оно понравилось 9 зрителям. Приятного просмотра!