Przeglądaj źródła

Merge pull request #812 from mohanarpit/phone-number-topics

Adding the list of topics for the phone-number problem
FridaTveit 9 lat temu
rodzic
commit
2ebfb7facf
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6
    1
      config.json

+ 6
- 1
config.json Wyświetl plik

@@ -275,7 +275,12 @@
275 275
       "core": false,
276 276
       "difficulty": 5,
277 277
       "slug": "phone-number",
278
-      "topics": null,
278
+      "topics": [
279
+        "conditionals",
280
+        "pattern_matching",
281
+        "strings",
282
+        "regular_expressions"
283
+      ],
279 284
       "unlocked_by": "hamming",
280 285
       "uuid": "5f9139e7-9fbb-496a-a0d7-a946283033de"
281 286
     },