thisJavaScriptThisEasyA common way to preserve the correct `this` when passing a method as a callback is:1Bind it or use an arrow function2Call it with new3Store it in a global variable4Use Object.freezeBack to list