Skip to content

Commit aa60afb

Browse files
Add prerequisites (#2159)
1 parent 194331c commit aa60afb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1054,9 +1054,8 @@
10541054
"name": "House",
10551055
"uuid": "a8b7187d-12eb-4efc-b966-87823654ccda",
10561056
"practices": [],
1057-
"prerequisites": [],
1058-
"difficulty": 4,
1059-
"topics": ["arrays", "conditionals", "loops", "recursion", "strings"]
1057+
"prerequisites": ["for-loops", "arrays", "strings"],
1058+
"difficulty": 4
10601059
},
10611060
{
10621061
"slug": "isbn-verifier",

0 commit comments

Comments
 (0)