odin-default-js-exercises/11_getTheTitles/getTheTitles.js

7 lines
101 B
JavaScript
Raw Permalink Normal View History

2019-04-11 16:37:33 +00:00
const getTheTitles = function() {
};
2019-04-11 16:37:33 +00:00
// Do not edit below this line
2019-04-11 16:37:33 +00:00
module.exports = getTheTitles;