mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 09:03:55 -05:00
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
exports.addPlaceholderImage = function addPlaceholderImage(name) {
|
|
return `https://example.com/${name}.png`;
|
|
};
|