Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created October 31, 2024 13:59
Show Gist options
  • Save dontpaniclabsgists/d95053b4b77fcf35a82b99ea5d8619bd to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/d95053b4b77fcf35a82b99ea5d8619bd to your computer and use it in GitHub Desktop.
let emailNotification = new NotificationSender("Meeting Reminder", "[email protected]");
emailNotification.send(); // Output: Sending message: 'Meeting Reminder' to [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment