- The Book of Dojo
- The Dojo Book, 0.4
- Part 1: "Introduction"
- Part 2: "Out of the Box" Dojo
- Part 3: "The Dojo Programming Model"
- Part 4: "More on Widgets"
- Part 5: "Connecting the pieces"
- Part 6: "Customizing Dojo Builds for Better Performance"
- Part 7: "Utilities"
- Part 8: "Internationalization and Accessiblity"
- Part 9: "Dojo Community"
- Part 10: "Fresh From The Shed" Dojo
- BookWriting
- Glossary
Language Utilities
Submitted by sethfair on Wed, 01/31/2007 - 03:01.
dojo.lang.* contains wrappers for common idioms found in the JavaScript language. It is not a
replacement for language constructs but it does provide value added functions that
go beyond what the standard JavaScript routines can do such as masking browser incompatibilities,
structuring object oriented techniques and speeding up implementation of common
procedures.
The sections below show some of the idioms that deserve special mention. See the reference guide for the full list.
