Problem I’m learning about the Javascript module pattern from an array of online sources. The following suits my basic needs […]
Tag: revealing-module-pattern
Does my code follow good clean code conventions? [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
Does my code follow good clean code conventions? [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
First “Revealing Module” implementation
Problem I have a little js I call a “jqGrid Factory” to encapsulate common settings and functionality across my web […]
Reusable carousel slider component using the revealing module pattern
Problem I want to understand better how to make re-usable components that I can create multiple instances of, and I […]