Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 651 Bytes

File metadata and controls

15 lines (11 loc) · 651 Bytes
layout editorial
chapter 18
pageNumber 138
description Promises are now used by most modern APIs. It is therefore important to understand how they work and to know how to use them to optimize your code.

Capítulo 18

Promise, async/await (Promesas y asincronía)

Las promesas (los objetos Promise) ahora son utilizadas por la mayoría de las API modernas. Por tanto, es importante comprender cómo funcionan y saber cómo utilizarlos para optimizar su código. En este capítulo, definiremos en detalle qué son las promesas y cómo usarlas en operaciones asincrónicas.