The module pattern is a a JavaScript approach that involves
The module pattern is
a) a JavaScript approach that involves defining a function f() that encapsulates all global functions
b)a JavaScrpit programming approach that reduces the number of global names that are defined
c) a JavaScript approach that involves the definition of an anonymous function called wrapper
d) a JavaScript approach to defining a pattern that matches specific strings
e) a JavaScript approach that involves defining a function f() that encapsulates all global variables
Solution
A module pattern in java script is:
c) a JavaScript approach that involves the definition of an anonymous function called wrapper
