From 4464a5f5f616aa3bf207a6467f9d1972147ee007 Mon Sep 17 00:00:00 2001 From: VincentHan12 Date: Thu, 17 Jul 2025 11:00:16 +1200 Subject: [PATCH] Update README.md --- 3-JSKata/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-JSKata/README.md b/3-JSKata/README.md index 792849fe7..d6c99a8fb 100644 --- a/3-JSKata/README.md +++ b/3-JSKata/README.md @@ -82,7 +82,7 @@ If things aren't working as you are expecting, `console.log` out the variables a ## Exercises -- [ ] [Object and arrays](./1-objects-and-arrays/README.md) (2hrs) +- [x] [Object and arrays](./1-objects-and-arrays/README.md) (2hrs) - [ ] [Strings and numbers](./2-strings-and-numbers/README.md) (2hrs) - [ ] [Data structures](./3-data-structures/README.md) (2hrs) - [ ] [Types](./4-types/README.md) (2hrs)