Variables as Properties
- Variables are fundamentally the same as object
properties.
- There is a global object which holds (as
properties) all global vars.
- There is a call object for local variables.
- There is an execution context in which every
function (program) executes.
- Client side JavaScript uses a global execution context to
give you access to the browser.
José M. Vidal
.
21 of 65