Core javascript
From PlainOldWebserver
These are the main core javascript functions and classes with notes about how they affect SJS.
- alert()
- Array()
- Boolean()
- Date()
- decodeURI()
- decodeURIComponent()
- EncodeURI()
- EncodeURIComponent()
- Error()
- Eval()
- Function()
- IsFinite()
- IsNaN()
- Number()
- Object()
- ParseFloat()
- ParseInt()
- RegExp()
- String()
- watch()
- unwatch()
See Also
- Core Javascript 1.5
- XPCOM Components
- document.write()
- document.writeln()
