mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-18 20:41:25 +02:00
async and await in Spanish
This commit is contained in:
@@ -181,7 +181,7 @@ async function createAccount(account) {
|
||||
|
||||
Aquí hay un video rápido sobre el uso de `async/await`:
|
||||
|
||||
[](https://youtube.com/watch?v=YwmlRkrxvkk "Async y Await para administrar promesas")
|
||||
[](https://youtube.com/watch?v=4yJUTjtIlww "Async y Await para administrar promesas")
|
||||
|
||||
Usamos la API `fetch()` para enviar datos JSON al servidor. Este método toma 2 parámetros:
|
||||
|
||||
|
Reference in New Issue
Block a user