From 066bad57839eaa7beb88308628ce546b31e3754d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:06:09 -0800 Subject: [PATCH] Format track config --- config.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/config.json b/config.json index 3ea223a2c7..7965fb8e60 100644 --- a/config.json +++ b/config.json @@ -2535,34 +2535,6 @@ "strings" ], "difficulty": 7 - }, - { - "slug": "pop-count", - "name": "Eliud's Eggs", - "uuid": "2a3ecf62-fb5d-4dac-8369-72e7976a8f57", - "practices": [], - "prerequisites": [ - "strings", - "regular-expressions", - "rest-and-spread", - "arrow-functions", - "basics" - ], - "difficulty": 2 - }, - { - "slug": "parallel-letter-frequency", - "name": "Parallel Letter Frequency", - "uuid": "63126f78-ba0d-4271-978d-49e9312f0db2", - "practices": [], - "prerequisites": [ - "strings", - "regular-expressions", - "rest-and-spread", - "arrow-functions", - "basics" - ], - "difficulty": 7 } ] },