Skip to content

Commit

Permalink
remove WIP concept exercises from config.json: there is no WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj committed Oct 15, 2024
1 parent 98bfa26 commit 519ecd0
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,44 +36,7 @@
]
},
"exercises": {
"concept": [
{
"slug": "futures",
"name": "Futures",
"uuid": "cf1093f0-3a6b-4ad1-83a9-a8d9b2a57991",
"concepts": [
"futures"
],
"prerequisites": [
"iterables-basic",
"errors-basic",
"callbacks",
"recursion"
],
"status": "wip"
},
{
"slug": "numbers",
"name": "Numbers",
"uuid": "714711a6-1be7-4540-9d44-87b1e58417fc",
"concepts": [
"numbers-basic",
"type-conversion"
],
"prerequisites": [],
"status": "wip"
},
{
"slug": "strings",
"name": "Strings",
"uuid": "1b7e3737-0333-4eee-b425-2e84b2e09fe2",
"concepts": [
"strings-basic"
],
"prerequisites": [],
"status": "wip"
}
],
"concept": [],
"practice": [
{
"slug": "hello-world",
Expand Down

0 comments on commit 519ecd0

Please sign in to comment.