Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

432
Views
Javascript Fetch (): cómo guardar la salida en una variable como un objeto JSON (no la promesa)

Por favor, me gustaría guardar la respuesta json en una variable, pero se muestra indefinida al imprimirla.

 let rawdata; fetch("https://api.db-ip.com/v2/free/self", { method: 'GET', headers: { Accept: 'application/json', }, }, ).then(response => { if (response.ok) { response.json().then( data => rawdata = data).then( () => console.log(rawdata) ) };}) console.log(JSON.stringify(rawdata)); console.log(rawdata); message = { "ipAddress": rawdata.ipAddress, "countryName": rawdata.countryName, "city": rawdata.city, "browser": browserName }

El primer registro es correcto, pero el segundo no lo es.

Gracias por adelantado.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!