Skip to content

Commit 95a7eda

Browse files
authored
add prerequisities for phone number exercise (#1575)
1 parent daa58c5 commit 95a7eda

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,12 @@
821821
"name": "Phone Number",
822822
"uuid": "82775adb-eabe-4d44-91f5-4080b8834a4a",
823823
"practices": [],
824-
"prerequisites": [],
824+
"prerequisites": [
825+
"strings",
826+
"comparison",
827+
"conditionals",
828+
"regular-expressions"
829+
],
825830
"difficulty": 3,
826831
"topics": ["parsing", "transforming"]
827832
},

0 commit comments

Comments
 (0)