JavaScript Cookbook 3e - Scott, Adam; Macdonald, Matthew; Powers, Shelley; - Prospero Internetes Könyváruház

JavaScript Cookbook 3e: Programming the Web
 
A termék adatai:

ISBN13:9781492055754
ISBN10:1492055751
Kötéstípus:Puhakötés
Terjedelem:650 oldal
Méret:230x182x28 mm
Súly:908 g
Nyelv:angol
234
Témakör:

JavaScript Cookbook 3e

Programming the Web
 
Kiadás sorszáma: 3
Kiadó: O?Reilly
Megjelenés dátuma:
Kötetek száma: Print PDF
 
Normál ár:

Kiadói listaár:
GBP 63.99
Becsült forint ár:
32 385 Ft (30 843 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

29 147 (27 759 Ft + 5% áfa )
Kedvezmény(ek): 10% (kb. 3 239 Ft)
A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
Kattintson ide a feliratkozáshoz
 
Beszerezhetőség:

Becsült beszerzési idő: A Prosperónál jelenleg nincsen raktáron, de a kiadónál igen. Beszerzés kb. 3-5 hét..
A Prosperónál jelenleg nincsen raktáron.
Nem tudnak pontosabbat?
 
  példányt

 
Hosszú leírás:

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