add titles exercise

This commit is contained in:
Cody Loyd
2019-04-11 11:37:33 -05:00
parent a69e6ea689
commit 341661a100
3 changed files with 50 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
const getTheTitles = function() {
}
module.exports = getTheTitles;