11 solution
This commit is contained in:
parent
ad8597d5ad
commit
a098b836c5
|
@ -1,6 +1,7 @@
|
|||
const getTheTitles = function() {
|
||||
|
||||
const getTheTitles = function(dict) {
|
||||
result = Object.keys(dict);
|
||||
console.log(result);
|
||||
return result;
|
||||
};
|
||||
|
||||
// Do not edit below this line
|
||||
module.exports = getTheTitles;
|
||||
|
||||
|
|
Loading…
Reference in New Issue