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

107
Views
`este` alcance cambia en la importación

Tengo una situación así en mi proyecto NodeJS:

 //utility.js module.exports = () => { console.log(this.property1); }
 //main.js const utilityFunc = require(./utility); class MyClass { constructor(name){ this.property1 = name; } foo(){ //... utilityFunc(); } } const myObject = new MyClass('A name'); myObject.foo();

Lo que espero es generar 'Un nombre', pero property1 no está definido en el alcance de this . Este código parece funcionar si escribo la función en main.js en lugar de importarla. Estoy tratando de averiguar por qué sucede esto.

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!