Eloquent JavaScript : a modern introduction to programming
(eBook)

Book Cover
Average Rating
Published
San Francisco, CA : No Starch Press, [2019].
Format
eBook
Edition
Third edition
ISBN
9781593279516, 1593279515
Physical Desc
1 online resource (1 volume) : illustrations
Status

Description

Loading Description...

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Syndetics Unbound

More Details

Language
English

Notes

General Note
Includes index
Description
Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications. JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. 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. This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code. It has been updated to reflect the current state of Java¬Script and web browsers and includes brand-new material on features like class notation, arrow functions, iterators, async functions, template strings, and block scope. A host of new exercises have also been added to test your skills and keep you on track. As with previous editions, Haverbeke continues to teach through extensive examples and immerses you in code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. You start by learning the basic structure of the JavaScript language as well as control structures, functions, and data structures to help you write basic programs. Then you'll learn about error handling and bug fixing, modularity, and asynchronous programming before moving on to web browsers and how JavaScript is used to program them. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you'll learn how to: - Understand the essential elements of programming, including syntax, control, and data - Organize and clarify your code with object-oriented and functional programming techniques - Script the browser and make basic web applications - Use the DOM effectively to interact with browsers - Harness Node.js to build servers and utilities Isn't it time you became fluent in the language of the Web? * All source code is available online in an inter¬active sandbox, where you can edit the code, run it, and see its output instantly
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Haverbeke, M. (2019). Eloquent JavaScript: a modern introduction to programming (Third edition). No Starch Press.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Haverbeke, Marijn. 2019. Eloquent JavaScript: A Modern Introduction to Programming. No Starch Press.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Haverbeke, Marijn. Eloquent JavaScript: A Modern Introduction to Programming No Starch Press, 2019.

MLA Citation, 9th Edition (style guide)

Haverbeke, Marijn. Eloquent JavaScript: A Modern Introduction to Programming Third edition, No Starch Press, 2019.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
dd2b04f2-d4a5-9b12-1545-e068b40abe81-eng
Go To Grouped Work

Grouping Information

Grouped Work IDdd2b04f2-d4a5-9b12-1545-e068b40abe81-eng
Full titleeloquent javascript a modern introduction to programming
Authorhaverbeke marijn
Grouping Categorybook
Last Update2024-04-16 12:23:35PM
Last Indexed2024-04-17 04:23:09AM

Book Cover Information

Image Sourcesyndetics
First LoadedJun 17, 2022
Last UsedApr 13, 2024

Marc Record

First DetectedNov 09, 2022 03:50:09 PM
Last File Modification TimeApr 16, 2024 12:37:57 PM

MARC Record

LEADER05053cam a2200553 i 4500
001on1083340761
003OCoLC
00520240405112445.0
006m     o  d        
007cr mn|||||||||
008190125t20192019caua    o     001 0 eng d
019 |a 1077769809
020 |a 9781593279516|q (electronic bk.)
020 |a 1593279515|q (electronic bk.)
020 |z 9781593279509
020 |z 1593279507
0291 |a AU@|b 000065341704
0291 |a AU@|b 000071660342
035 |a (OCoLC)1083340761|z (OCoLC)1077769809
037 |a CL0501000020|b Safari Books Online
040 |a UMI|b eng|e rda|e pn|c UMI|d OCLCF|d N$T|d TEFOD|d C6I|d UKAHL|d OSU|d OCLCQ|d OCLCO|d KSU|d OCLCQ|d YWS|d OCLCQ|d OCLCO|d OCLCL
049 |a TKLA
050 4|a QA76.73.J39
072 7|a COM|x 051260|2 bisacsh
08204|a 005.133|2 23
1001 |a Haverbeke, Marijn,|e author.|0 http://id.loc.gov/authorities/names/n2010053362
24510|a Eloquent JavaScript :|b a modern introduction to programming /|c by Marijn Haverbeke
250 |a Third edition
264 1|a San Francisco, CA :|b No Starch Press,|c [2019]
264 4|c ©2019
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
500 |a Includes index
5050 |a Values, types, and operators -- Program structure -- Functions -- Data structures: objects and arrays -- Higher-order functions -- The secret life of objects -- Project: a robot -- Bugs and errors -- Regular expressions -- Modules -- Asynchronous programming -- Project: a programming language -- JavaScript and the browser -- The document object model -- Handling events -- Project: a platform game -- Drawing on canvas -- HTTP and forms -- Project: a pixel art editor -- Node.is -- Project: skill-sharing website -- JavaScript and performance
520 |a Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications. JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. 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. This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code. It has been updated to reflect the current state of Java¬Script and web browsers and includes brand-new material on features like class notation, arrow functions, iterators, async functions, template strings, and block scope. A host of new exercises have also been added to test your skills and keep you on track. As with previous editions, Haverbeke continues to teach through extensive examples and immerses you in code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. You start by learning the basic structure of the JavaScript language as well as control structures, functions, and data structures to help you write basic programs. Then you'll learn about error handling and bug fixing, modularity, and asynchronous programming before moving on to web browsers and how JavaScript is used to program them. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you'll learn how to: - Understand the essential elements of programming, including syntax, control, and data - Organize and clarify your code with object-oriented and functional programming techniques - Script the browser and make basic web applications - Use the DOM effectively to interact with browsers - Harness Node.js to build servers and utilities Isn't it time you became fluent in the language of the Web? * All source code is available online in an inter¬active sandbox, where you can edit the code, run it, and see its output instantly
5880 |a Print version record
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a JavaScript (Computer program language)|0 http://id.loc.gov/authorities/subjects/sh96004880
650 6|a JavaScript (Langage de programmation)
650 7|a COMPUTERS|x Programming Languages|x JavaScript.|2 bisacsh
650 7|a JavaScript (Computer program language)|2 fast
758 |i has work:|a Eloquent JavaScript (Text)|1 https://id.oclc.org/worldcat/entity/E39PCFyHT7wXvgrqDqC9WVkTDy|4 https://id.oclc.org/worldcat/ontology/hasWork
77608|i Print version:|a Haverbeke, Marijn.|t Eloquent javascript.|d [Place of publication not identified] : O'Reilly Media, 2018|z 1593279507|w (OCoLC)1029246802
85640|u https://ezproxy.knoxlib.org/login?url=https://learning.oreilly.com/library/view/~/9781492071198/?ar
938 |a Askews and Holts Library Services|b ASKH|n AH35661002
938 |a EBSCOhost|b EBSC|n 1739634
994 |a 92|b TKL