Untitled
Anonymous
plain_text
03/20/2023 7:21 PM
432 B
13
Indexable
fetch(status)
// Exito
.then(response => response.json()) // convertir a json
.then(json => console.log(json)) //imprimir los datos en la consola
.catch(err => console.log('Solicitud fallida', err)); // Capturar erroresEditor is loading...