This commit is contained in:
LoptrSir 2022-04-28 11:42:03 -07:00
parent 9c79b96bbe
commit 0a16392244
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ const getTheTitles = function(dict) {
result = Object.keys(dict);
console.log(result);
return result;
// test tested
};