From 246548cf7d31e573073283fd7caae0d9c546cf3a Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Wed, 9 Nov 2022 21:48:58 +0100 Subject: [PATCH] Add prerequisites for exercise 'scale-generator' --- config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index c75d928bbf..e559be8914 100644 --- a/config.json +++ b/config.json @@ -885,7 +885,12 @@ "name": "Scale Generator", "uuid": "b9c586e8-998b-4f5d-ab98-a08be29a9f19", "practices": [], - "prerequisites": [], + "prerequisites": [ + "classes", + "arrays", + "strings", + "array-transformations" + ], "difficulty": 3, "topics": ["loops", "pattern_recognition", "strings", "arrays"] },