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

195
Vistas
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 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