thisJavaScriptThisHardWhen a regular function is called as a free function (not a method) in strict mode, what is `this`?1undefined2the global object3the calling function4nullBack to list