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

Add topics to flatten-array (#904)

* Add topics to flatten-array

* Fixed identation to 2 spaces
Alex Escobedo 9 лет назад
Родитель
Сommit
a845b1be16
1 измененных файлов: 17 добавлений и 12 удалений
  1. 17
    12
      config.json

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

307
         "lists",
307
         "lists",
308
         "loops",
308
         "loops",
309
         "integers"
309
         "integers"
310
-       ],
310
+      ],
311
       "unlocked_by": "triangle",
311
       "unlocked_by": "triangle",
312
       "uuid": "2c69db99-648d-4bd7-8012-1fbdeff6ca0a"
312
       "uuid": "2c69db99-648d-4bd7-8012-1fbdeff6ca0a"
313
     },
313
     },
324
       "difficulty": 4,
324
       "difficulty": 4,
325
       "slug": "diamond",
325
       "slug": "diamond",
326
       "topics": [
326
       "topics": [
327
-		"strings",
328
-		"loops",
329
-		"arrays",
330
-		"lists",
331
-		"text_formatting"
332
-		],
327
+        "strings",
328
+        "loops",
329
+        "arrays",
330
+        "lists",
331
+        "text_formatting"
332
+      ],
333
       "unlocked_by": "two-fer",
333
       "unlocked_by": "two-fer",
334
       "uuid": "ecbd997b-86f4-4e11-9ff0-706ac2899415"
334
       "uuid": "ecbd997b-86f4-4e11-9ff0-706ac2899415"
335
     },
335
     },
350
       "core": true,
350
       "core": true,
351
       "difficulty": 5,
351
       "difficulty": 5,
352
       "slug": "flatten-array",
352
       "slug": "flatten-array",
353
-      "topics": null,
353
+      "topics": [
354
+        "arrays",
355
+        "lists",
356
+        "loops",
357
+        "recursion"
358
+      ],
354
       "unlocked_by": null,
359
       "unlocked_by": null,
355
       "uuid": "a732a838-8170-458a-a85e-d6b4c46f97a1"
360
       "uuid": "a732a838-8170-458a-a85e-d6b4c46f97a1"
356
     },
361
     },
558
       "difficulty": 6,
563
       "difficulty": 6,
559
       "slug": "food-chain",
564
       "slug": "food-chain",
560
       "topics": [
565
       "topics": [
561
-       	"arrays",
562
-       	"lists",
563
-       	"strings"
564
-       ],
566
+        "arrays",
567
+        "lists",
568
+        "strings"
569
+      ],
565
       "unlocked_by": "two-fer",
570
       "unlocked_by": "two-fer",
566
       "uuid": "dd3e6fd6-5359-4978-acd7-c39374cead4d"
571
       "uuid": "dd3e6fd6-5359-4978-acd7-c39374cead4d"
567
     },
572
     },