Afroze
Results
2
comments of
Afroze
applied a check for the last element & improvised an array check now it works fine Fixes #35 ```js var flattenObject = function (obj, str='{') { const keys = Object.keys(obj)...
is this still relevant?