We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aea7d9 commit 7b7d01cCopy full SHA for 7b7d01c
objectEntries.js
@@ -4,4 +4,4 @@ const result = Object.keys(identity).map(key => {
4
return identity[key];
5
});
6
7
-console.log(result);
+console.log(result); // [ 'john doe', 'kalimantan', 31 ]
0 commit comments