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

196
Views
¿Cómo corregir el error de linter de argumentos en el aglutinante?

Necesito una función que tenga la misma funcionalidad que Function.prototype.bind(). Tengo:

 export function customBind(func, context, ...args) { const bindArgs = [].slice.call(arguments, 2); return function() { const funcArgs = [].slice.call(arguments); return func.apply(context, bindArgs.concat(funcArgs), ...args); }; }

Y error:

 error Use the rest parameters instead of 'arguments' prefer-rest-params

¿Cómo puedo cambiar los argumentos en algo más? Acabo de intentar con args pero eso no es correcto.

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!