Untitled
unknown
javascript
a month ago
273 B
10
Indexable
Never
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;
Leave a Comment