JavaScript Kit > JavaScript Reference
JavaScript Reference
Last updated: Sept 29th, 2015
Welcome to our JavaScript Reference, a comprehensive listing of JavaScript objects, properties, and methods. Also includes explanations and examples.
-
JavaScript Operators
- Arithmetic operators: + , -, *, /, %, ++, --, + (unary plus), - (unary minus)
- Assignment operators: =, +=, -=, *=, /=, %=, <<=, >>=, >>>=, &=, |=, ^=
- Bitwise operators: &, |, ^, ~, <<, >>, >>>
- Comparison/ Logic: ==, ===, !=, !==, <, <=, >, >=, ?:, &&, ||, !
- Other operators: , (comma), ?:, delete, in, instanceof, new, try/catch/finally, typeof, void
- Operator Precedence
- JavaScript Statements (var, with, conditional and looping statements)
- Global functions (global functions such as parseInt, alert etc)
- JavaScript Events/ Event Handlers (onmouseover, onload etc)
- Escape Sequences (in string)
- Reserved words
- Ajax (XMLHttpRequest)
- Anchor
- Applet
- Area
- Array
- Boolean
- Date
- Document
- Event
- Form
- Reset
- Frame
- Function
- History
- Image
- JSON object
- Link
- Location
- Math
- Navigator updated
- Number
- Object
- Promise New
- RegExp (regular expressions)
- Screen
- String
- Style
- window
See Also: DOM reference.& CSS Reference Sheet
Feedback
Found a bug in our JavaScript Reference? Got suggestions on items we should add?
Please email us.
Right column