What is `globalThis` in JavaScript?

JavaScript Developer Easy

JavaScript Developer — Easy

What is `globalThis` in JavaScript?

Key points

  • `globalThis` is not specific to any module's exports.
  • It is not the outermost `this` value in any function.
  • It is not limited to being an alias for the window object in browsers only.

Ready to go further?

Related questions