From 8e7ba6534ab58be9ac7ecc4028d1b36e96c2d02e Mon Sep 17 00:00:00 2001 From: Ashim Debnath Date: Wed, 5 Feb 2025 19:18:04 +0530 Subject: [PATCH] update --- solutions/day-01/level1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/day-01/level1.js b/solutions/day-01/level1.js index 6654b41..81e0dc3 100644 --- a/solutions/day-01/level1.js +++ b/solutions/day-01/level1.js @@ -98,5 +98,5 @@ let length = itCompanies.length // itCompanies.splice(itCompanies.length-1,1) // console.log(itCompanies) -itCompanies.splice(0) -console.log(itCompanies) \ No newline at end of file +// itCompanies.splice(0) +// console.log(itCompanies) \ No newline at end of file