Skip to content

Commit 608a808

Browse files
committed
Fix missing closing parenthesis in forEach loop
1 parent 7c44ceb commit 608a808

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class FriendshipGreetingApp {
143143
}
144144

145145
mediaContainer.querySelector('.media-grid').appendChild(mediaItem);
146+
});
146147
}
147148
}
148149

0 commit comments

Comments
 (0)