From bf75e5dff77e73a14b1cfd147a6f847478bf5c45 Mon Sep 17 00:00:00 2001 From: robertsat2 Date: Tue, 27 May 2025 10:19:43 -0500 Subject: [PATCH] Update script.js --- Practice/03_07/script.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Practice/03_07/script.js b/Practice/03_07/script.js index 9a82c281..5c2b7e07 100755 --- a/Practice/03_07/script.js +++ b/Practice/03_07/script.js @@ -7,3 +7,13 @@ * - Find an object that has another object inside of it to create a nested object. * - Test your objects in the browser console by accessing the entire object and its specific properties. */ +const backpack { + color: "blue", + size: "large", + straplength: { + left = 25, + right = 30, + } + numpockets: 4, +} +console.log(backpack);