Parcourir la source

Add topics to flatten-array (#904)

* Add topics to flatten-array

* Fixed identation to 2 spaces
Alex Escobedo il y a 9 ans
Parent
révision
a845b1be16
1 fichiers modifiés avec 17 ajouts et 12 suppressions
  1. 17
    12
      config.json

+ 17
- 12
config.json Voir le fichier

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