Просмотр исходного кода

move reverse-string exercise behind two-fer

Brandon Kiefer 8 лет назад
Родитель
Сommit
b265e43d20
1 измененных файлов: 7 добавлений и 7 удалений
  1. 7
    7
      config.json

+ 7
- 7
config.json Просмотреть файл

@@ -13,25 +13,25 @@
13 13
       "uuid": "f77dc7e3-35a8-4300-a7c8-2c1765e9644d"
14 14
     },
15 15
     {
16
-      "core": false,
16
+      "core": true,
17 17
       "difficulty": 1,
18
-      "slug": "reverse-string",
18
+      "slug": "two-fer",
19 19
       "topics": [
20
+        "conditionals",
20 21
         "strings"
21 22
       ],
22 23
       "unlocked_by": null,
23
-      "uuid": "2c8afeed-480e-41f3-ad58-590fa8f88029"
24
+      "uuid": "74515d45-565b-4be2-96c4-77e58efa9257"
24 25
     },
25 26
     {
26
-      "core": true,
27
+      "core": false,
27 28
       "difficulty": 1,
28
-      "slug": "two-fer",
29
+      "slug": "reverse-string",
29 30
       "topics": [
30
-        "conditionals",
31 31
         "strings"
32 32
       ],
33 33
       "unlocked_by": null,
34
-      "uuid": "74515d45-565b-4be2-96c4-77e58efa9257"
34
+      "uuid": "2c8afeed-480e-41f3-ad58-590fa8f88029"
35 35
     },
36 36
     {
37 37
       "core": false,