👉 Resets are a type of programming concept in computer science, specifically used to reset or restore an object's state. They allow you to change the value of an object without actually modifying it. Reseting objects is often done by calling the `reset` method on them. For example: ```javascript const person = { name: "John", age: 30, address: { city: "New York", country: "USA" }, setName: