2️⃣ this Context: Simple functions create their own this, while arrow functions inherit this from their surrounding context. javascript const obj = { name: "JavaScript", simpleFunc: function () { ...