We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5c71d commit 9464094Copy full SHA for 9464094
07 - Array Cardio Day 2/index-START.html
@@ -52,7 +52,7 @@
52
// delete the comment with the ID of 823423
53
const findDelete = comments.findIndex(comment => (comment.id === 823423));
54
console.table(comments);
55
- comments.splice(findDelete, 2);
+ comments.splice(findDelete, 1);
56
57
58
0 commit comments