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

151
Views
Devolviendo la variable de la respuesta al final de la función en javascript

tengo esta funcion:

 function settingTextLan(text) { fetch("i18n.json") .then((response) => response.json()) .then((data) => { text = data[language].translation.test; }); return text; } console.log(settingTextLan());

Y quiero devolver "texto" en la ubicación actual, pero ahora obtengo "Indefinido". Más tarde tendré que devolver algunos valores que contengan ciertos textos del archivo JSON y llamarlos en diferentes lugares.

¿Cómo hacerlo para llamar a eso y tener acceso en otros lugares?

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!