10000 Fix TypeError · HowProgrammingWorks/Prototype@8d23dc2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d23dc2

Browse files
committed
Fix TypeError
TypeError: clazz is not a constructor
1 parent 63b6811 commit 8d23dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/e-array.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ data.forEach(person => {
4242
});
4343

4444
const res = data.filter(query);
45-
console.dir(res + '');
45+
console.log(res.join('\n'));

0 commit comments

Comments
 (0)
< 292D /div>
0