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

146
Views
El prototipo de matriz no funciona dentro de los scripts importados

Estoy importando javascript como a continuación

 var imported = document.createElement('script'); imported.src = 'script.js'; document.head.appendChild(imported);

En mi script.js tengo el siguiente código

 Array.prototype.hasMin = function (attrib) { return ( (this.length && this.reduce(function (prev, curr) { return prev[attrib] < curr[attrib] ? prev : curr; })) || null ); };

Cuando solo uso el código anterior en la etiqueta del script, funciona normalmente, pero cuando lo uso a través del método appendchild, aparece el siguiente error

 Uncaught Error: Syntax error, unrecognized expression: #function (attrib) {
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!