We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf79bb1 commit 46b2fc9Copy full SHA for 46b2fc9
0x00-ES6_basic/101-iterateThroughObject.js
@@ -1,3 +1,3 @@
1
export default function iterateThroughObject(reportWithIterator) {
2
- return reportWithIterator;
+ return reportWithIterator.join(' | ');
3
}
0 commit comments