Skip to content

Commit

Permalink
add prerequisities for high scores exercise (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnishDe12020 authored Dec 23, 2021
1 parent 95a7eda commit ad8ac8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,12 @@
"name": "High Scores",
"uuid": "f5af74f7-259c-48e6-828c-bcd98717d8dd",
"practices": [],
"prerequisites": [],
"prerequisites": [
"arrays",
"array-transformations",
"rest-and-spread",
"classes"
],
"difficulty": 2,
"topics": ["arrays"]
},
Expand Down

0 comments on commit ad8ac8c

Please sign in to comment.