This document lists and describes various JavaScript methods, functions, objects, and concepts including:
- Common methods for built-in objects like String, Array, Number, Date, and Regular Expressions
- DOM methods for manipulating the document object model like getElementById()
- Event handlers for responding to browser events
- Regular expression patterns and modifiers
- Built-in functions like eval(), parseInt(), and setTimeout()
- Using the XMLHttpRequest object to make AJAX requests
- Embedding JavaScript in HTML pages