OOP is useful for modeling real-life objects, which have properties and functions that we treat as one package, like a car for example.
Let's model a car by creating an object with a mileage property and a drive() method.
Make sure to pick { followed by mileage and then drive, }.