| Kind |
Attributes/Keywords |
| Array processing |
Array, concat, join, length, reverse, slice sort |
| assigning values |
Assign Value (=) Compound Assignment (op=) |
| Boolean |
Boolean |
| Comments |
/*...*/or// |
| Constants/Text |
NaN Null True, False Infinity Undefined |
| Control flow |
Break Continue Do...while For For...in If...else labeled Return Switch While |
| Date and time |
Date getDate,getday,getFullYear,getHours,getmilliseconds,getminutes,getmonth,getseconds,GetTime,getTimezoneOffset,getyear, getutcdate,getUTCDay,getUTCFullYear,getutchours,getUTCMilliseconds,getUTCMinutes,getUTCMonth,getUTCSeconds, setdate,setFullYear,sethours,setmilliseconds,setminutes,setmonth,setseconds,settime,setyear, setUTCDate,setUTCFullYear,setutchours,setUTCMilliseconds,setutcminutes,setUTCMonth,setUTCSeconds, togmtstring,tolocalestring,toutcstring,Parse,UTC |
| Statement |
Function New This Var With |
| Error handling |
Error, description, number, throw, try...catch |
| function creation |
Caller,Function arguments, length |
| Global method |
Global escape, unescape . Eval isfinite, isNaN parseint, parsefloat |
| Mathematical |
Math ABS,ACOs,ASIN,Atan,atan2,Ceil,Cos,Exp,Floor,Log,Max,min,POW,Random,round,Sin,sqrt,Tan, E,LN2,LN10,log2e,log10e,PI,sqrt1_2,SQRT2 |
| Digital |
Number max_value, min_value NaN negative_infinity, positive_infinity |
| Object creation |
Object New Constructor, prototype, toString, valueof |
| Operator |
Add (+),minus (-) arithmetic modulus (%) Multiply (*),In addition to (/) negative (-) equal (= =),Not Equal (!=) less than (<),less than or equal to (<=) greater than (>) greater than or equal to (>=) logic and (&&),or (| |),non (!) bit with (&),or (|),non (~),different or (^) bit left shift (<<),Move right (>>) unsigned Right Shift (>>>) condition (?:) comma (,) Delete,typeof,void Decrement (--),Increment (+ +),identity (= = =),not identical (!==) |
| object |
array boolean date Font color= "#0000ff" >function global math number object regexp string |
| Regular expressions and pattern matching |
RegExp index, input, lastindex, $1...$9, source, compile, EXEC, test Regular Expression Syntax |
| String |
String charAt,charCodeAt,fromCharCode indexOf,LastIndexOf Split toLowerCase,toUpperCase length concat,Slice Match,Replace,Search Anchor, Big,Blink,Bold,fixed,FontColor,fontsize,italics,Link,Small,Strike,Sub,sup |