The revealing module pattern allows us to create private variables in a Javascript Module.
Here's a writeup on this pattern:
http://addyosmani.com/resources/essen...
Here's the code for this video:
http://codepen.io/anon/pen/ZGoKYN?edi...
Here's video 1 in case you missed it:
• Modular Javascript - Javascript Tutorial o...
We write a revealing module pattern by starting with a self-executing anonymous function also known as an IIFE (immediately invoked function expression).
This runs a function and sets it's return value as our module's value. If we return an object of methods, then those methods are what other modules have "public" access to. What's nice about this, is we can create any variables within the function and no other modules have access to them unless we expose them via our return object.
Modular JS #1 - Object Literal Pattern pt 1:
• Modular Javascript - Javascript Tutorial o...
Modular JS #2 - Object Literal Pattern pt 2:
• Modular Javascript #2 - Converting jQuery ...
Modular JS #3 - Revealing Module Pattern:
• Modular Javascript #3 - Revealing Module P...
~-~~-~~~-~~-~
Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device"
• Responsive Design Tutorial - Tips for maki...
~-~~-~~~-~~-~
Nesta página do site você pode assistir ao vídeo on-line Modular Javascript #3 - Revealing Module Pattern Javascript Tutorial duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário LearnCode.academy 23 Julho 2015, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 144,157 vezes e gostou 1.9 mil espectadores. Boa visualização!