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

207
Visualizações
If I define a null character, how can I change it to the outside the function in JS?

There is my code.

const Product = function (id, date, pair, timeframe, shortLong, entry, tp, sl, size, wl, link, reasons, results) {
    this.id = id;
    this.date = date;
    this.pair = pair;
    this.timeframe = timeframe;
    this.shortLong = shortLong;
    this.entry = entry;
    this.tp = tp
    this.sl = sl;
    this.size = size;
    this.profit = (() => {
        
    });
    this.r = null;
    this.wl = wl;
    this.link = link;
    this.reasons = reasons;
    this.results = results;
}
const data = {
    products: [],
    selectedProduct: null,
    totalProfit: 0
}

I want to calculate r and profit side, but i can't. I tried like

this.profit = (() => {
        
});

this way, but Js doesn't allow this type functions i think.

How can I add to this values products array?

Look this is my UI

about 4 years ago · Juan Pablo Isaza
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