The Revealing Module Pattern in JavaScript

preview_player
Показать описание

--

Today we'll learn how to create private scope using the revealing module pattern!
Рекомендации по теме
Комментарии
Автор

I plowed through 5 different YouTube videos and several JavaScript websites, including w3schools on modular pattern JavaScript, and your video is the most simple and straightforward description I found.
–Thank You.

garysantos
Автор

Awesome! simply explained and straight to the point.

EmrahIsovic
Автор

Thanks for explaining the concept in an interesting way, not silly at all. Well done DevTuts

patrickchan
Автор

Great tutorial. It was very well explained.

nimlenar
Автор

Awesome! I's this what's under the hood of useState? Also, just out of curiosity, can you use arrow function as self invoking?

ftnsco
Автор

Is this like a method/substitute that was used way before javascript class was introduced to sort of like fill the gaps of setting a secret object property similar (but not really) to 'private'

aj
Автор

How is the object being returned at the return line of the IIF? {introduce, issuesReport, name} are being separated by a comma, shouldn't an object be assigned explicitly with a key-value pair?

timwilkins
join shbcf.ru