JAVASCRIPT MANUAL
INDEX:
- 1. Introduction to JavaScript language
- 2. Elements of language
- 3. The operators
- 4. The grammar
- 5. The objects
- A. Objects in JavaScript: Array
- B. Boolean objects: true or false
- C. Function Object
- D. Number Object
- E. Object Object
- F. Regular Expresion Object
- G. Object String
- a. String methods: Charat
- b. String methods: Charcodeat
- c. String methods: Concat
- d. String methods: fromCharCode
- e. String Methods: Indexof
- f. String Methods: Lastindexof
- g. String methods: match
- h. String methods: replace
- i. String methods: search
- j. String methods: slice
- k. String methods: split
- l. String methods: substr
- m. String methods: substring
- n. String methods: toLowerCase
- o. String methods: toUpperCase
- H. Date() Object
- a. Date methods: getDate()
- b. Date methods: getDay()
- c. Date methods: getFullYear()
- d. Date methods: getHours()
- e. Date methods: getMilliseconds()
- f. Date methods: getMinutes()
- g. Date methods: getMonth()
- h. Date methods: getSeconds()
- i. Date methods: getTime()
- j. Date methods: getTimezoneOffset()
- k. Date methods: getYear()
- l. Date methods: Object.toString()
- m. Date methods: Object.valueOf()
- n. Date methods: parse()
- o. Date methods: setDate()
- p. Date methods: setFullYear()
- q. Date methods: setHours()
- r. Date methods: setMilliseconds()
- s. Date methods: setMinutes()
- t. Date methods: setMonth()
- u. Date methods: setSeconds()
- v. Date methods: setTime()
- w. Date methods: setYear()
- x. Date methods: toGMT()
- y. Date methods: toLocaleString()
- z. Date methods: toUTCString()
- I. Math Object
- a. Math Methods: abs
- b. Math Methods: acos
- c. Math Methods: asin
- d. Math Methods: atan
- e. Math Methods: atan
- f. Math Methods: ceil
- g. Math Methods: cos
- h. Math Methods: exp
- i. Math Methods: floor
- j. Math Methods: log
- k. Math Methods: max
- l. Math Methods: min
- m. Math Methods: pow
- n. Math Methods: random
- o. Math Methods: round
- p. Math Methods: sin
- q. Math Methods: sqrt
- r. Math Methods: tan
- J. JavaScript Examples:
- A. Operators
- B. Arithmetic average
- C. Greeting
- D. Random array
- E. Check e-mail 1
- F. Check e-mail 2
- G. Look at an array
- H. Extract substring
- I. Creating objects
- t. Date methods: setMonth()
- u. Date methods: setSeconds()
- v. Date methods: setTime()
- w. Date methods: setYear()
- x. Date methods: toGMT()
- y. Date methods: toLocaleString()
- z. Date methods: toUTCString()