# JavaScript Cookbook, 3rd Edition 《JavaScript入门,第3版》

# 基本信息

英文书名:JavaScript Cookbook, 3rd Edition

中文书名:JavaScript入门,第3版

作者:Adam D. Scott, Matthew MacDonald, Shelley Powers

版本:第 3 版

ISBN:9781492055754

页数:未知

出版社:O’Reilly (opens new window)

出版时间:2021.07

cover

下载地址:腾讯微云 (opens new window)

文件格式:PDF ePub

密码:jiyndq

# 内容简介

Why reinvent the wheel every time you run into a problem with JavaScript? This cookbook is chock-full of code recipes for common programming tasks, along with techniques for building apps that work in any browser. You’ll get adaptable code samples that you can add to almost any project–and you’ll learn more about JavaScript in the process.

The recipes in this book take advantage of the latest features in ECMAScript 2020 and beyond and use modern JavaScript coding standards. You’ll learn how to:

  • Set up a productive development environment with a code editor, linter, and test server
  • Work with JavaScript data types, such as strings, arrays, and BigInts
  • Improve your understanding of JavaScript functions, including arrow functions, closures, and generators
  • Apply object-oriented programming concepts like classes and inheritance
  • Work with rich media in JavaScript, including audio, video, and SVGs
  • Manipulate HTML markup and CSS styles
  • Use JavaScript anywhere with Node.js
  • Access and manipulate remote data with REST, GraphQL, and Fetch
  • Get started with the popular Express application-building framework
  • Perform asynchronous operations with Promises, async/await, and web workers
最后更新: 12/2/2022, 12:56:08 AM