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

209
Views
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
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!