mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 12:05:39 -05:00
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
exports.addPlaceholderImage = function addPlaceholderImage(name) {
|
|
return `https://example.com/${name}.png`;
|
|
};
|