ABOUT US SERVICES WORK TUTORIALS RESOURCES  

Nifty Javascript - A Tour of Javascript's Core Features

Javascript Objects

- Javascript's classless OO model
- Creating objects in Javascript (via 'object literal' notation)
- Creating objects in Javascript (via constructor function)
- Adding/deleting object properties
- Object methods
- The prototype property
- Prototypal inheritance

Javascript Functions

- Anonymous functions
- Closures / Lexical scoping
- Javascript functions are objects

Javascript Flow Control

- Labeled loops

Javascript Operators

- Booleanizing any value