JavaScript : the definitive guide : master the world's most-used programming language 🔍
David Flanagan O'Reilly Media, Incorporated, 7th Edition, Jun 02, 2020
英语 [en] · PDF · 3.9MB · 2020 · 📘 非小说类图书 · 🚀/lgli/zlib · Save
描述
This book covers the JavaScript language and the JavaScript APIs implemented by web browsers and by Node. I wrote it for readers with some prior programming experience who want to learn JavaScript and also for programmers who already use JavaScript but want to take their understanding to a new level and really master the language. My goal with this book is to document the JavaScript language comprehen‐ sively and definitively and to provide an in-depth introduction to the most important client-side and server-side APIs available to JavaScript programs. As a result, this is a long and detailed book. My hope, however, is that it will reward careful study and that the time you spend reading it will be easily recouped in the form of higher pro‐gramming productivity.Previous editions of this book included a comprehensive reference section. I no longer feel that it makes sense to include that material in printed form when it is so quick and easy to find up-to-date reference material online. If you need to look up anything related to core or client-side JavaScript, I recommend you visit theMDN website. And for server-side Node APIs, I recommend you go directly to the source and consult theNode.js reference documentation.----------JavaScript is the programming language of the web and is used by more software developers today than any other programming language. For nearly 25 years this best seller has been the go-to guide for JavaScript programmers. The seventh edition is fully updated to cover the 2020 version of JavaScript, and new chapters cover classes, modules, iterators, generators, Promises, async/await, and metaprogramming. You’ll find illuminating and engaging example code throughout.This book is for programmers who want to learn JavaScript and for web developers who want to take their understanding and mastery to the next level. It begins by explaining the JavaScript language itself, in detail, from the bottom up. It then builds on that foundation to cover the web platform and Node.js.Topics include:• Types, values, variables, expressions, operators, statements, objects, and arrays• Functions, classes, modules, iterators, generators, Promises, and async/await• JavaScript’s standard library: data structures, regular expressions, JSON, i18n, etc.• The web platform: documents, components, graphics, networking, storage, and threads• Node.js: buffers, files, streams, threads, child processes, web clients, and web servers• Tools and language extensions that professional JavaScript developers rely on
备用文件名
zlib/Computers/Programming/David Flanagan/JavaScript: The Definitive Guide_17006533.pdf
备选标题
JavaScript. Полное руководство: справочник по самому популярному языку программирования
备选作者
Дэвид Флэнаган; перевод с английского и редакция Ю. Н. Артеменко
备选作者
Flanagan, David
备选作者
Флэнаган, Дэвид
备用出版商
б. и.; Диалектика
备用版本
7-е изд., Москва, Санкт-Петербург, Russia, 2021
备用版本
United States, United States of America
备用版本
Seventh edition, Sebastopol, CA, 2020
备用版本
Seventh edition, Beijing [China, 2020
备用版本
O'Reilly Media, [S.l.], 2020
元数据中的注释
lg2525739
元数据中的注释
Source title: JavaScript: The Definitive Guide: Master the World's Most-Used Programming Language
元数据中的注释
Предм. указ.: с. 714-720
Фактическая дата выхода в свет - 2020
Пер.: Flanagan, David JavaScript: the definitive guide Beijing [etc.] : O'Reilly, 2020 978-1-491-95202-3
元数据中的注释
РГБ
元数据中的注释
Russian State Library [rgb] MARC:
=001 010529132
=005 20210111133016.0
=008 201222s2021\\\\ru\\\\\\\\\\\\|||\|\rus|d
=017 \\ $a КН-П-20-084889 $b RuMoRKP
=020 \\ $a 978-5-907203-79-2 $c 400 экз.
=040 \\ $a RuMoRKP $b rus $e rcr $d RuMoRGB
=041 1\ $a rus $h eng
=084 \\ $a З973.233.02-018.19JavaScript.я22 $2 rubbk
=100 1\ $a Флэнаган, Дэвид
=245 00 $a JavaScript. Полное руководство : $b справочник по самому популярному языку программирования $c Дэвид Флэнаган ; перевод с английского и редакция Ю. Н. Артеменко
=250 \\ $a 7-е изд.
=260 \\ $a Москва $b [б. и.] ; $a Санкт-Петербург $b Диалектика $c 2021
=300 \\ $a 720 с. $b ил. $c 25 см
=500 \\ $a Предм. указ.: с. 714-720
=500 \\ $a Фактическая дата выхода в свет - 2020
=534 \\ $p Пер.: $a Flanagan, David $t JavaScript: the definitive guide $c Beijing [etc.] : O'Reilly, 2020 $z 978-1-491-95202-3
=650 \7 $a Техника. Технические науки -- Энергетика. Радиоэлектроника -- Радиоэлектроника -- Вычислительная техника -- Электронные вычислительные машины (компьютеры) -- Цифровые электронные вычислительные машины. Программирование -- Специализированные компьютеры и системы. Отдельные информационные технологии -- Автоматическая обработка информации -- Информационные системы и сети -- Программирование -- Языки программирования -- JavaScript -- Справочник $2 rubbk
=852 \\ $a РГБ $b FB $j 2 20-70/30 $x 90
=852 7\ $a РГБ $b CZ2 $h З973.2-018/Ф73 $x 83
备用描述
JavaScript is a powerful, object-based scripting language; JavaScript programs can be embedded directly into HTML web pages. When combined with the Document Object Model (DOM) defined by a web browser, JavaScript allows you to create Dynamic HTML (DHTML) content and interactive client-side web applications. JavaScript syntax is based on the popular programming languages C, C++, and Java, which makes it familiar and easy to learn for experienced programmers. At the same time, JavaScript is an interpreted scripting language, providing a flexible, forgiving environment in which new programmers can learn.
*JavaScript: The Definitive Guide* provides a thorough description of the core JavaScript language and both the legacy and standard DOMs implemented in web browsers. The book includes sophisticated examples that show you how to handle common tasks such as validating form data, working with cookies, and creating portable DHTML animations. The book also contains detailed reference sections that cover the core JavaScript API, the legacy client-side API, and the W3C standard DOM API, documenting every JavaScript object, method, property, constructor, constant, function, and event handler in those APIs.
This fourth edition of the bestselling JavaScript book has been carefully updated to cover JavaScript 1.5 (ECMAScript Version 3). The book also provides complete coverage of the W3C DOM standard (Level 1 and Level 2), while retaining material on the legacy Level 0 DOM for backward compatibility.
*JavaScript: The Definitive Guide* is a complete programmer's guide and reference manual for JavaScript. It is particularly useful for developers working with the latest standards-compliant web browsers, such as Internet Explorer 6, Netscape 6, and Mozilla. HTML authors can learn how to use JavaScript to build dynamic web pages. Experienced programmers can quickly find the information they need to start writing sophisticated JavaScript programs. This book is an indispensable reference for all JavaScript programmers, regardless of experience level.
----------
*Description from the Fourth Edition (2007, O'Reilly Media)*
Printing History
August 1996
Beta Edition.
January 1997
Second Edition.
June 1998
Third Edition.
January 2002
Fourth Edition.
备用描述
JavaScript is the programming language of the web and is used by more software developers today than any other programming language. For nearly 25 years this best seller has been the go-to guide for JavaScript programmers. The seventh edition is fully updated to cover the 2020 version of JavaScript, and new chapters cover classes, modules, iterators, generators, Promises, async/await, and metaprogramming. You'll find illuminating and engaging example code throughout. This book is for programmers who want to learn JavaScript and for web developers who want to take their understanding and mastery to the next level. It begins by explaining the JavaScript language itself, in detail, from the bottom up. It then builds on that foundation to cover the web platform and Node.js. Topics include: Types, values, variables, expressions, operators, statements, objects, and arrays Functions, classes, modules, iterators, generators, Promises, and async/await JavaScript's standard library: data structures, regular expressions, JSON, i18n, etc. The web platform: documents, components, graphics, networking, storage, and threads Node.js: buffers, files, streams, threads, child processes, web clients, and web servers Tools and language extensions that professional JavaScript developers rely on
备用描述
From the cover. JavaScript is the programming language of the web and is used by more software developers today than any other programming language. For nearly 25 years this best seller has been the go-to guide for JavaScript programmers, and this new edition has been fully updated to cover the 2020 version of JavaScript. You'll find engaging and illuminating example code throughout and new chapters covering classes, modules, iterators, generators, Promises, and async/await. This book is for programmers who want to learn JavaScript and web developers ready to take their understanding and mastery of the language to the next level. Topics include: types, variables, operators, statements, objects, and arrays; functions, classes, modules, iterators, generators, Promises, and async/await; JavaScript's standard library: data structures, regular expressions, JSON, internationalization, and URLs; the web platform: documents, components, graphics, networking, storage, and threads; Node.js: buffers, files, streams, threads, child processes, web clients, and web servers; tools and language extensions that professional JavaScript developers rely on
备用描述
JavaScript is the programming language of the web and is used by more software developers today than any other programming language. For nearly 25 years this best seller has been the go-to guide for JavaScript programmers, and this new edition has been fully updated to cover the 2020 version of JavaScript. You'll find engaging and illuminating example code throughout and new chapters covering classes, modules, iterators, generators, Promises, and async/await. This book is for programmers who want to learn JavaScript and web developers ready to take their understanding and mastery of the language to the next level. -- Provided by publisher
备用描述
For Web Developers And Other Programmers Interested In Using Javascript, This Bestselling Book Provides The Most Comprehensive Javascript Reference Section On The Market. The Seventh Edition Represents A Significant Update, With New Material For Ecmascript 2017 (es8), And New Chapters On Language-specific Features. Javascript: The Definitive Guide Is Ideal For Experienced Programmers Who Want To Learn The Programming Language Of The Web, And For Current Javascript Programmers Who Want To Master It.
备用描述
For web developers and other programmers interested in using JavaScript, this bestselling book provides the most comprehensive JavaScript material on the market. The seventh edition represents a significant update, with new information for ECMAScript 2020, and new chapters on language-specific features.JavaScript: The Definitive Guide is ideal for experienced programmers who want to learn the programming language of the web, and for current JavaScript programmers who want to master it.
开源日期
2021-08-18
更多信息……

🚀 快速下载

成为会员以支持书籍、论文等的长期保存。为了感谢您对我们的支持,您将获得高速下载权益。❤️

🐢 低速下载

由可信的合作方提供。 更多信息请参见常见问题解答。 (可能需要验证浏览器——无限次下载!)

所有选项下载的文件都相同,应该可以安全使用。即使这样,从互联网下载文件时始终要小心。例如,确保您的设备更新及时。
  • 对于大文件,我们建议使用下载管理器以防止中断。
    推荐的下载管理器:Motrix
  • 您将需要一个电子书或 PDF 阅读器来打开文件,具体取决于文件格式。
    推荐的电子书阅读器:Anna的档案在线查看器ReadEraCalibre
  • 使用在线工具进行格式转换。
    推荐的转换工具:CloudConvertPrintFriendly
  • 您可以将 PDF 和 EPUB 文件发送到您的 Kindle 或 Kobo 电子阅读器。
    推荐的工具:亚马逊的“发送到 Kindle”djazz 的“发送到 Kobo/Kindle”
  • 支持作者和图书馆
    ✍️ 如果您喜欢这个并且能够负担得起,请考虑购买原版,或直接支持作者。
    📚 如果您当地的图书馆有这本书,请考虑在那里免费借阅。