odin-js-fundamentals-part-5/11_getTheTitles/getTheTitles.js

7 lines
101 B
JavaScript
Raw Normal View History

2024-01-11 08:52:05 +00:00
const getTheTitles = function() {
};
// Do not edit below this line
module.exports = getTheTitles;