From 202c6a331189ed6ab10325486741bfb8a9b09863 Mon Sep 17 00:00:00 2001 From: VincentHan12 Date: Tue, 22 Jul 2025 01:23:11 +1200 Subject: [PATCH] Task 3 Data Structures Complete.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 abd1dd378..10295b758 100644 --- a/3-JSKata/README.md +++ b/3-JSKata/README.md @@ -84,7 +84,7 @@ If things aren't working as you are expecting, `console.log` out the variables a - [x] [Object and arrays](./1-objects-and-arrays/README.md) (2hrs) - [x] [Strings and numbers](./2-strings-and-numbers/README.md) (2hrs) -- [ ] [Data structures](./3-data-structures/README.md) (2hrs) +- [x] [Data structures](./3-data-structures/README.md) (2hrs) - [ ] [Types](./4-types/README.md) (2hrs)