MCPcopy Create free account
hub / github.com/loiane/javascript-datastructures-algorithms / sendEmail

Function sendEmail

src/07-set/01-using-myset-class.js:98–100  ·  view source on GitHub ↗
(subscriber, message)

Source from the content-addressed store, hash-verified

96});
97
98function 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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected