Limit this search to....

Javascript: The Definitive Guide: Master the World's Most-Used Programming Language
Contributor(s): Flanagan, David (Author)
ISBN: 1491952024     ISBN-13: 9781491952023
Publisher: O'Reilly Media
OUR PRICE:   $71.99  
Product Type: Paperback - Other Formats
Published: June 2020
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - Javascript
- Computers | Programming - General
- Computers | Web - Web Programming
Dewey: 005.276
Physical Information: 1.5" H x 6.93" W x 8.9" (2.30 lbs) 704 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

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