Untitled
unknown
javascript
a year ago
273 B
16
Indexable
const fakeName = require('./fakeName');
const message = `
Hello, ${fakeName}! You left a package at the office today.
You can pick up tomorrow at 10am, ${fakeName}.
If not I will drop it off this weekend.
Goodbye ${fakeName}!
`;
module.exports = message;Editor is loading...
Leave a Comment