Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

118
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda