From 417c9a2acae6bb5a281d3cef8070416b2614c409 Mon Sep 17 00:00:00 2001 From: utkarsh <166751207+utk2602@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:24:15 +0530 Subject: [PATCH] Update script.js added an object in the end of the file --- Practice/03_09/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Practice/03_09/script.js b/Practice/03_09/script.js index 1dd07f08..1a2ae3c3 100755 --- a/Practice/03_09/script.js +++ b/Practice/03_09/script.js @@ -23,4 +23,5 @@ const backpack = { this.strapLength.left = lengthLeft; this.strapLength.right = lengthRight; }, + const keys = Object.keys(backpack); };