objects-as-arguments
In JavaScript, you can pass objects as arguments to functions. This allows you to group related data together and pass it to a function as a single argument, making your code more organized and readable. Inside the function, you can access and manipulate the object's properties as needed.