Object Literal Namespacing Pattern
Open the browser console to see the output.
Example 1: Basic Object Literal Namespacing
Say Hello
Log foobar
Example 2: Enhanced Object Literal Namespacing
Say Goodbye
Namespace Injection Pattern
Example 3: Namespace Injection
Log Value
Set Value
Log Value
Diagnose