Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

JavaScript Cookbook, 3rd Edition

Posted By: sammoh
JavaScript Cookbook, 3rd Edition

JavaScript Cookbook, 3rd Edition
English | 2021 | ISBN: 9781492055754 | 100 pages | EPUB | 2.02 MB

Why reinvent the wheel every time you run into a problem with JavaScript? This cookbook is chock-full of code recipes that address common programming tasks as well as techniques for building components and apps that work in any browser.

This cookbook provides adaptable code samples that you can easily add to almost any project. You'll get the job done faster and learn more about JavaScript in the process.

You'll also learn how to take advantage of the latest features in ECMAScript 2015 and beyond, including the new JavaScript data structures, progressive web apps, generator functions, and more. Authors John Paxton, Adam Scott, and Shelley Powers provide recipes to help you use these features to build high-quality application interfaces.

Create interactive web and desktop applications
Work with JavaScript types, such as strings, numbers, and Booleans
Improve your understanding of JavaScript functions, including arrow functions and generators
Work with rich media in JavaScript, including audio, video, and SVGs
Leverage the latest and greatest JavaScript libraries to rapidly prototype applications
Use JavaScript anywhere with Node.js
Access and manipulate remote data with REST, GraphQL, and Fetch
Fully realize the capabilities of maps, sets, arrays, and iterables
Perform asynchronous operations with Promises and async/await