thisJavaScriptThisMediumWhat is `this` inside an arrow function?1Inherited from the surrounding lexical scope at creation time2The global object always3The object that called it4undefined alwaysBack to list