From ea03355c7276708bf0a0777687a1ce5bfab72397 Mon Sep 17 00:00:00 2001 From: Weijie XI Date: Fri, 14 Jun 2024 10:26:39 -0700 Subject: [PATCH 1/2] first update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e71079..9f2c7cfb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Introduction -Baskin Robins, a global chain of ice cream parlors, first opened in 1945 and served 31 flavors of Ice Cream. They have grown to almost 6,000 franchises world wide and have now became famous for serving exactly 31 flavors at a time. Since they first opened, they no longer serve the same 31 flavors, but they do always have exactly 31 ice cream flavors available. +> Baskin Robins, a global chain of ice cream parlors, first opened in 1945 and served 31 flavors of Ice Cream. They have grown to almost 6,000 franchises world wide and have now became famous for serving exactly 31 flavors at a time. Since they first opened, they no longer serve the same 31 flavors, but they do always have exactly 31 ice cream flavors available. Your challenge today will be to work with their array of ice cream flavors to access, remove, and add flavors, all while ensuring the length never exceeds 31. From 2eaa642dbf892d7fd4b84419c8e4c25358e6eef0 Mon Sep 17 00:00:00 2001 From: Weijie XI Date: Fri, 14 Jun 2024 10:33:04 -0700 Subject: [PATCH 2/2] update content --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index e35f4076..526ffeb8 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,6 @@ + +/* testing */ + /* ❗❗ REMEMBER TO RETURN ALL OF THE ANSWERS ON THESE TASKS, IF YOU DON'T, THE AUTOGRADER WILL NOT WORK ❗❗*/ /* 👀 This is your data ⬇ */