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

190
Views
can't make a tripleTheChances function work

I've been trying to resolve this for a while. I already know that a simple .map would work, but I would like to know how I can do it in other ways like using for. here's what i have to do. 1-receive an arg: chances and an array of inter. 2-returns an array of inters * 3.

const tripleTheChances = function (chances) {
  n = 0;
  for (let i = 0; i < chances.length; i++);
  n = n[chances] * 3;
  return n;
};
let arr = [2, 4, 6];
console.log(tripleTheChances(arr));

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!