(subscriber, message)
| 96 | }); |
| 97 | |
| 98 | function sendEmail(subscriber, message) { |
| 99 | console.log(`Sending email to ${subscriber}: ${message}`); |
| 100 | } |
| 101 | // Sending email to Aelin: New books you will love! |
| 102 | // Sending email to Violet: New books you will love! |
| 103 |
no outgoing calls
no test coverage detected