mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
exports.addPlaceholderImage = function addPlaceholderImage(name) {
|
|
return `https://example.com/${name}.png`;
|
|
};
|