Code
Understanding JavaScript Execution Scope
By utilizing the var keyword as a literal, pseudo structures or pseudo namespaces can be created. JSON/Pseudo Structures: All members and methods within a pseudo structure are public. The psuedo structures are non-instantiable. To access a member of a pseudo structure, use the structureName.member or structureName.functionName() syntax. As you can Read more…