Bladeren bron

Merge pull request #942 from themakshter/add-list-op-topics-to-config

Add topics to list-ops exercise
FridaTveit 9 jaren geleden
bovenliggende
commit
b7688396fb
1 gewijzigde bestanden met toevoegingen van 7 en 1 verwijderingen
  1. 7
    1
      config.json

+ 7
- 1
config.json Bestand weergeven

976
       "core": false,
976
       "core": false,
977
       "difficulty": 8,
977
       "difficulty": 8,
978
       "slug": "list-ops",
978
       "slug": "list-ops",
979
-      "topics": null,
979
+      "topics": [
980
+        "filtering",
981
+        "functional_programming",
982
+        "generics",
983
+        "lists",
984
+        "loops"
985
+      ],
980
       "unlocked_by": "linked-list",
986
       "unlocked_by": "linked-list",
981
       "uuid": "a9836565-5c39-4285-b83a-53408be36ccc"
987
       "uuid": "a9836565-5c39-4285-b83a-53408be36ccc"
982
     },
988
     },