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