Cargando…

JavaScript quick syntax reference /

This is a condensed syntax reference to the JavaScript language. It includes the latest ECMAScript 5, JSON (JavaScript Object Notation) and DOM (Document Object Model) specifications and implementations. In this book you will find a concise reference to JavaScript programming language syntax; short,...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Olsson, Mikael (Web programmer) (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, 2015.
Colección:Expert's voice in Web development.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn921887751
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150922s2015 cau o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d GW5XE  |d N$T  |d BTCTA  |d IDEBK  |d YDXCP  |d CDX  |d UMI  |d OCLCF  |d EBLCP  |d STF  |d COO  |d DEBSZ  |d OCLCQ  |d IAO  |d IAS  |d SOI  |d ILO  |d ICN  |d IAD  |d JBG  |d IDB  |d VT2  |d UAB  |d Z5A  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d U3W  |d REB  |d CEF  |d EZ9  |d OCLCQ  |d INT  |d AU@  |d OCLCQ  |d WYU  |d UKMGB  |d OCLCQ  |d UKAHL  |d LEAUB  |d OCLCQ  |d DCT  |d ERF  |d OCLCQ  |d UBY  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 019126893  |2 Uk 
019 |a 922167215  |a 927112895  |a 961628738  |a 985058229  |a 1005794723  |a 1008941820  |a 1021253931  |a 1066470198  |a 1086448956  |a 1103272184  |a 1110825821  |a 1112594589  |a 1129343401  |a 1153005519  |a 1162750310  |a 1192347572  |a 1240515049 
020 |a 9781430264941  |q (electronic bk.) 
020 |a 1430264942  |q (electronic bk.) 
020 |a 1430264934  |q (print) 
020 |a 9781430264934  |q (print) 
020 |z 9781430264934 
024 7 |a 10.1007/978-1-4302-6494-1  |2 doi 
029 1 |a AU@  |b 000061145958 
029 1 |a CHNEW  |b 000893555 
029 1 |a CHVBK  |b 374527121 
029 1 |a DEBBG  |b BV043626766 
029 1 |a DEBSZ  |b 45369280X 
029 1 |a GBVCP  |b 89716475X 
029 1 |a NZ1  |b 16231935 
029 1 |a UKMGB  |b 019126893 
029 1 |a AU@  |b 000067108069 
029 1 |a AU@  |b 000068982841 
035 |a (OCoLC)921887751  |z (OCoLC)922167215  |z (OCoLC)927112895  |z (OCoLC)961628738  |z (OCoLC)985058229  |z (OCoLC)1005794723  |z (OCoLC)1008941820  |z (OCoLC)1021253931  |z (OCoLC)1066470198  |z (OCoLC)1086448956  |z (OCoLC)1103272184  |z (OCoLC)1110825821  |z (OCoLC)1112594589  |z (OCoLC)1129343401  |z (OCoLC)1153005519  |z (OCoLC)1162750310  |z (OCoLC)1192347572  |z (OCoLC)1240515049 
037 |a CL0500000665  |b Safari Books Online 
050 4 |a QA76.73.J39 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 051010  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.2/762  |2 23 
049 |a UAMI 
100 1 |a Olsson, Mikael  |c (Web programmer),  |e author. 
245 1 0 |a JavaScript quick syntax reference /  |c Mikael Olsson. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c 2015. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c Ã2015 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |b PDF  |2 rda 
490 1 |a The expert's voice in Web development 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed September 23, 2015). 
520 |a This is a condensed syntax reference to the JavaScript language. It includes the latest ECMAScript 5, JSON (JavaScript Object Notation) and DOM (Document Object Model) specifications and implementations. In this book you will find a concise reference to JavaScript programming language syntax; short, simple and focused code examples. You will learn: the lexical structure of the latest JavaScript and ECMAScript 5; types, values, variables, expressions, operators and statements; to use objects, arrays, functions, classes, and regular expressions; DOM and JSON and how to use them; effectively implement both client-side and server-side JavaScript code. --  |c Edited summary from book. 
505 0 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
505 8 |a 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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a JavaScript (Computer program language) 
650 0 |a Programming languages (Electronic computers)  |x Syntax. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Langages de programmation  |x Syntaxe. 
650 7 |a Software Engineering.  |2 bicssc 
650 7 |a Web programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Programming languages (Electronic computers)  |x Syntax  |2 fast 
776 0 8 |i Printed edition:  |z 9781430264934 
830 0 |a Expert's voice in Web development. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430264941/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31352084 
938 |a Baker and Taylor  |b BTCP  |n BK0017718832 
938 |a Coutts Information Services  |b COUT  |n 32690892 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4177938 
938 |a EBSCOhost  |b EBSC  |n 1067262 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis32690892 
938 |a YBP Library Services  |b YANK  |n 12615828 
994 |a 92  |b IZTAP