Top "Module-pattern" questions

Popular JavaScript pattern, var Module = (function() { ... })();

Javascript Module Pattern Events and Listeners

I'm implementing the module pattern, and would like to know the best/preferred way to define and register event listeners/…

javascript module-pattern
Javascript module pattern: How to inject/create/extend methods/plugin to our own library?

Im new to javascript. Sorry if there is anything wrong with my question. How to inject/create/extend methods or …

javascript module-pattern
Javascript revealing module pattern, public properties

I'm trying to get my head round the revealing module pattern in javascript. I'm puzzled by two things about the …

javascript jquery design-patterns module-pattern
Creating Multiple Instances of a Module

I thought I was starting to understand JavaScript quite well but clearly not. Let me explain my problem with an …

module-pattern revealing-module-pattern javascript