Modular Javascript #3 - Revealing Module Pattern Javascript Tutorial

Published: 23 July 2015
on channel: LearnCode.academy
144,157
1.9k

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...  
~-~~-~~~-~~-~


On this page of the site you can watch the video online Modular Javascript #3 - Revealing Module Pattern Javascript Tutorial with a duration of hours minute second in good quality, which was uploaded by the user LearnCode.academy 23 July 2015, share the link with friends and acquaintances, this video has already been watched 144,157 times on youtube and it was liked by 1.9 thousand viewers. Enjoy your viewing!