From ad8ac8ce791af5070a724b1bdf527251cbad428c Mon Sep 17 00:00:00 2001 From: Anish De <63192115+AnishDe12020@users.noreply.github.com> Date: Thu, 23 Dec 2021 14:36:25 +0530 Subject: [PATCH] add prerequisities for high scores exercise (#1576) --- config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 651a78da97..730f1b7142 100644 --- a/config.json +++ b/config.json @@ -788,7 +788,12 @@ "name": "High Scores", "uuid": "f5af74f7-259c-48e6-828c-bcd98717d8dd", "practices": [], - "prerequisites": [], + "prerequisites": [ + "arrays", + "array-transformations", + "rest-and-spread", + "classes" + ], "difficulty": 2, "topics": ["arrays"] },