Skip to content

Commit 46b2fc9

Browse files
committed
iterating through object
1 parent cf79bb1 commit 46b2fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default function iterateThroughObject(reportWithIterator) {
2-
return reportWithIterator;
2+
return reportWithIterator.join(' | ');
33
}

0 commit comments

Comments
 (0)