DEV Community

Discussion on: Finally Understanding the Advanced uses of "This" in Javascript

 
akashkava profile image
Akash Kava

Thanks for clarification, I had assumed that IIFE captured this as class is created in scope of globalThis, but now I understand that fields of class are invoked inside constructor.