I have a simple codes like the following and execute it as a node module:
console.log(this);
module.exports = {…};
I know that global
is the default context (like window
in browsers), but what does the this
keyword refer to?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…