diff --git a/4/js/main.js b/4/js/main.js index d97b17f..4e43917 100644 --- a/4/js/main.js +++ b/4/js/main.js @@ -47,3 +47,4 @@ const photoDescription = () => ({ const photoArray = Array.from({length: photoPublished}, () => photoDescription()); +console.log(photoArray);