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

121
Vistas
Update export variables from the modules

I need to transfer some variables from one script to another in ohter HTML section, and this new section can CHANGE that variable. The problem is that this change doesnt update.

For example, let see this code in my MAIN HTML:

let array = [{name: 'John', ranking: 1000}, {name: 'Scott', ranking: 1200}, {name: 'Emma', ranking: 800}] // etc...
export { array }

Now, in other script that is in OTHER HTML:

import { array } from /.mainLocation/main.js
let newPlayer = {name: 'Richard', ranking: 1232}
array.push(newPlayer);
console.log(array) // [{name: 'John', ranking: 1000}, {name: 'Scott', ranking: 1200}, {name: 'Emma', ranking: 800}, {name: 'Richard', ranking: 1232}]
// Is updated

BUT in my main HTML/script it doesnt update.

How can i update the variables beetwen the codes?? Thanks anyway.

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You can either set up the variables in HTML and import the variables into js, but it would have to update in HTML and the js file would be importing the variables constantly. Your more likely to be successful importing them from html.

about 4 years ago · Santiago Trujillo Denunciar
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