HomeComputers & TechnologyJavaScript Cookbook: Programming the Web
Skip to product information
1 of 1

JavaScript Cookbook: Programming the Web

PaperbackAugust 24, 2021
Regular price $75.38 USD
Regular price Sale price $75.38 USD
Sale Sold out
Shipping calculated at checkout.
Secure Checkout
Quality Guaranteed
New In Stock
ISBN-13: 9781492055754 ISBN-10: 1492055751
Publisher
O'Reilly
Binding
Paperback
Published
August 24, 2021
Weight
2.3 lbs
Dimensions
22.20×3.20×17.10 cm

About this book

JavaScript Cookbook: Programming the Web by Scott, Adam D.. Paperback edition. ISBN: 9781492055754.

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. Youll get adaptable code samples that you can add to almost any project--and youll 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. Youll 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