JavaScript Quick Syntax Reference

JavaScript Quick Syntax Reference is a condensed syntax reference to the JavaScript language. It presents the essentials of JavaScript in a well-organized format that can be used as a handy reference. This includes the latest ECMAScript 5, JSON (JavaScript Object Notation) and DOM (Document Object M...

Descripción completa

Detalles Bibliográficos
Autor principal: Olsson, Mikael. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2015.
Edición:1st ed. 2015.
Colección:Expert's voice in Web development.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630039506719
Tabla de Contenidos:
  • Contents at a Glance; Contents; About the Author; About the Technical Reviewer; Introduction; Chapter 1: Using JavaScript; Creating a Project; Embedding JavaScript; Displaying Text; View Source; Browser Compatibility; Console Window; Comments; Code Hints; Chapter 2: Variables; Declaring Variables; Dynamic Typing; Number Type; Bool Type; Undefined Type; Null Type; Special Numeric Values; Chapter 3: Operators; Arithmetic Operators; Assignment Operators; Combined Assignment Operators; Increment and Decrement Operators; Comparison Operators; Logical Operators
  • Bitwise Operators Operator Precedence; Chapter 4: Arrays; Numeric Arrays; Associative Arrays; Multidimensional Arrays; Array Object; Chapter 5: Strings; Escape Characters; Strings and Numbers; String Object ; Chapter 6: Conditionals; If Statement; Switch Statement; Ternary Operator; Chapter 7: Loops; While Loop; Do-While Loop; For Loop; For-in Loop; Break and Continue; Chapter 8: Functions; Defining Functions; Calling Functions; Function Parameters ; Variable Parameter Lists ; Return Statement ; Argument Passing ; Function Expressions ; Scope and Lifetime
  • Chapter 9: Objects Object Properties; Object Methods; Object Literals; Constructor Functions; Inheritance; Type Checking; Object Create; Chapter 10: Document Object Model; DOM Nodes; Selecting Nodes; Traversing DOM Tree; Creating Nodes; Removing Nodes; Attribute Nodes; Chapter 11: Events; Event Handling; Event Object; Event Propagation; DOM Events; Chapter 12: Cookies; Creating Cookies; Encoding; Expiration Date; Path and Domain; Chapter 13: Error Handling; Try-Catch; Catch Block; Finally; Throwing Exceptions; Chapter 14: Ajax; Exchanging Data; Server Response
  • Ajax EventChapter 15: jQuery; Including jQuery; Using jQuery; Element Selection; Collection Traversal; DOM Traversal; Modifying Attributes; Creating Elements; Moving Elements; Ready Method; Event Handling; Ajax; Index