...from John Doe."
```javascript
const notification = {
title: "New message",
message: "You have a new message from John Doe.",
};
```
###3. Call the `hod.notify()` function to send the notification
To send a notification, you simply need to call the `hod.notify()` function, passing in...