Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

193
Vistas
Learning to use Javascript 'fetch'

I'm trying to start simple and just fetch a page within a function from a Chrome extension. I think I have the extension correct as it executes my code. My problem is I'm getting the error:

ReferenceError: reponse is not defined

Here is my code:

function requests(url) {
   fetch(url,{mode: "no-cors"})
    .then(response => {
        if (!response.ok) {
           throw new Error(`Request failed with status ${reponse.status}`)
        }
     return response.json()
     })
     .then(data => {
        console.log(data.count)
        console.log(data.products)
     })
    .catch(error => console.log(error))
 }

Can someone help me get started on this? TIA.

about 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda