From 11010c812d8a359f2605b8a4d159565cf38fbb29 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Fri, 20 Jun 2025 23:57:43 +0200 Subject: [PATCH 1/2] Fix prerequisites for captains-log We have strings in this exercise! --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 9dedc8f3ff..8dc7c1f84a 100644 --- a/config.json +++ b/config.json @@ -432,7 +432,8 @@ ], "prerequisites": [ "numbers", - "arithmetic-operators" + "arithmetic-operators", + "strings" ] } ], From e783ce60c97fc90abad4f4cb3459baee8522ca24 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Fri, 20 Jun 2025 23:59:14 +0200 Subject: [PATCH 2/2] Update config.json --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 8dc7c1f84a..05dfc855ea 100644 --- a/config.json +++ b/config.json @@ -433,7 +433,9 @@ "prerequisites": [ "numbers", "arithmetic-operators", - "strings" + "strings", + "objects", + "functions" ] } ],