Cargando…

Eloquent javascript : a modern introduction to programming /

JavaScript lies at the heart of almost every modern web application, from social apps to the newest browser-based games. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. Eloquent JavaScript, 2nd Editio...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Haverbeke, Marijn (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, CA : No Starch Press, [2014]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn900086582
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 150113s2014 caua o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d COO  |d DEBBG  |d OCLCQ  |d XFH  |d OCLCQ  |d CEF  |d OCLCQ  |d TKN  |d UAB  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 994596659 
020 |a 1593275846  |q (Trade Paper) 
020 |a 9781593275846  |q (Trade Paper) 
020 |z 9781593275846 
024 3 |a 9781593275846 
029 1 |a DEBBG  |b BV042490585 
029 1 |a DEBSZ  |b 434837644 
029 1 |a GBVCP  |b 817129561 
035 |a (OCoLC)900086582  |z (OCoLC)994596659 
037 |a CL0500000526  |b Safari Books Online 
050 4 |a QA76.73.J39 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a Haverbeke, Marijn,  |e author. 
245 1 0 |a Eloquent javascript :  |b a modern introduction to programming /  |c by Marijn Haverbeke. 
246 3 0 |a Modern introduction to programming 
250 |a Second edition. 
264 1 |a San Francisco, CA :  |b No Starch Press,  |c [2014] 
264 4 |c Ã2014 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
500 |a Includes index. 
520 8 |a JavaScript lies at the heart of almost every modern web application, from social apps to the newest browser-based games. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. Eloquent JavaScript, 2nd Edition dives deep into the JavaScript language to show you how to write beautiful, effective code. Author Marijn Haverbeke immerses you in example code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you'll learn:The essential elements of programming, including syntax, control, and dataHow to organize and clarify your code with object-oriented and functional programming techniquesHow to script the browser and make basic web applicationsHow to use the DOM effectively to interact with browsersHow to harness Node.js to build servers and utilitiesThis edition is thoroughly revised and modernized to reflect the current state of JavaScript and web browsers, with brand-new material, such as a chapter on code performance in JavaScript, and expanded coverage of recursion and closures. All source code is available online in an interactive sandbox, where you can edit the code, run it, and see its output instantly. Isn't it time you became fluent in the language of the Web? 
505 0 |a Brief Contents; Contents in Detail; Introduction ; On Programming; Why Language Matters; What Is JavaScript?; Code, and What to Do with It; Overview of This Book; Typographic Conventions; Part I: Language; Chapter 1: Values, Types, and Operators; Values; Numbers; Arithmetic; Special Numbers; Strings; Unary Operators; Boolean Values; Comparisons; Logical Operators; Undefined Values; Automatic Type Conversion; Short-Circuiting of Logical Operators; Summary; Chapter 2: Program Structure; Expressions and Statements; Variables; Keywords and Reserved Words; The Environment; Functions. 
505 8 |a The console.log FunctionReturn Values; Prompt and Confirm; Control Flow; Conditional Execution; while and do Loops; Indenting Code; for Loops; Breaking Out of a Loop; Updating Variables Succinctly; Dispatching on a Value with switch; Capitalization; Comments; Summary; Exercises; Looping a Triangle; FizzBuzz; Chess Board; Chapter 3: Functions; Defining a Function; Parameters and Scopes; Nested Scopes; Functions as Values; Declaration Notation; The Call Stack; Optional Arguments; Closure; Recursion; Growing Functions; Functions and Side Effects; Summary; Exercises; Minimum; Recursion. 
505 8 |a Bean CountingChapter 4: Data Structures: Objects and Arrays; The Weresquirrel; Data Sets; Properties; Methods ; Objects; Mutability; The Lycanthrope's Log; Computing Correlation; Objects as Maps; The Final Analysis; Further Arrayology; Strings and Their Properties; The arguments Object; The Math Object; The Global Object; Summary; Exercises ; The Sum of a Range; Reversing an Array; A List; Deep Comparison; Chapter 5: Higher-Order Functions; Abstraction; Abstracting Array Traversal; Higher-Order Functions; Passing Along Arguments; JSON; Filtering an Array; Transforming with map. 
505 8 |a Summarizing with reduceComposability; The Cost; Great-great-great-great-. . .; Binding; Summary; Exercises; Flattening; Mother-Child Age Difference; Historical Life Expectancy; Every and Then Some; Chapter 6: The Secret Life of Objects; History; Methods; Prototypes; Constructors; Overriding Derived Properties; Prototype Interference; Prototype-less Objects; Polymorphism; Laying Out a Table; Getters and Setters; Inheritance; The instanceof Operator; Summary; Exercises; A Vector Type; Another Cell; Sequence Interface; Chapter 7: Electronic Life; Definition; Representing Space. 
505 8 |a A Critter's Programming InterfaceThe World Object; this and Its Scope; Animating Life; It Moves; More Life-forms; A More Lifelike Simulation; Action Handlers; Populating the New World; Bringing the World to Life; Exercises; Artificial Stupidity; Predators; Chapter 8: Bugs and Error Handling; Programmer Mistakes; Strict Mode; Testing; Debugging; Error Propagation; Exceptions; Cleaning Up After Exceptions; Selective Catching; Assertions; Summary; Exercises; Retry; The Locked Box; Chapter 9: Regular Expressions; Creating a Regular Expression; Testing for Matches; Matching a Set of Characters. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a JavaScript (Computer program language) 
650 6 |a JavaScript (Langage de programmation) 
650 7 |a JavaScript (Computer program language)  |2 fast 
776 0 8 |i Print version :  |a Haverbeke, Marijn.  |t Eloquent javascript.  |d San Francisco : No Starch Press, [2015]  |z 1593275846  |w (OCoLC)880566682 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781457189821/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
994 |a 92  |b IZTAP