Skip to content

Commit

Permalink
Add prerequisites for exercise 'scale-generator'
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPradat committed Nov 9, 2022
1 parent 480920e commit 16f7f9d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,13 @@
"name": "Scale Generator",
"uuid": "b9c586e8-998b-4f5d-ab98-a08be29a9f19",
"practices": [],
"prerequisites": [],
"prerequisites": [
"classes",
"arrays",
"strings",
"for-loops",
"array-transformations"
],
"difficulty": 3,
"topics": ["loops", "pattern_recognition", "strings", "arrays"]
},
Expand Down

0 comments on commit 16f7f9d

Please sign in to comment.