From 28e3eea0aec276f5da2d58c683a9a7badfa66019 Mon Sep 17 00:00:00 2001 From: VincentHan12 Date: Thu, 17 Jul 2025 16:51:32 +1200 Subject: [PATCH] JSKata completed task 2.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 d6c99a8fb..abd1dd378 100644 --- a/3-JSKata/README.md +++ b/3-JSKata/README.md @@ -83,7 +83,7 @@ If things aren't working as you are expecting, `console.log` out the variables a ## Exercises - [x] [Object and arrays](./1-objects-and-arrays/README.md) (2hrs) -- [ ] [Strings and numbers](./2-strings-and-numbers/README.md) (2hrs) +- [x] [Strings and numbers](./2-strings-and-numbers/README.md) (2hrs) - [ ] [Data structures](./3-data-structures/README.md) (2hrs) - [ ] [Types](./4-types/README.md) (2hrs)