Skip to content

Commit 9464094

Browse files
committed
done
1 parent 0b5c71d commit 9464094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07 - Array Cardio Day 2/index-START.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
// delete the comment with the ID of 823423
5353
const findDelete = comments.findIndex(comment => (comment.id === 823423));
5454
console.table(comments);
55-
comments.splice(findDelete, 2);
55+
comments.splice(findDelete, 1);
5656
console.table(comments);
5757

5858

0 commit comments

Comments
 (0)