Changed Wordy difficulty to 3 and reorderd config.json. (#3786)

This commit is contained in:
BethanyG
2024-10-12 11:35:12 -07:00
committed by GitHub
parent 6800ddb6a2
commit d2cf34b90a

View File

@@ -363,21 +363,6 @@
], ],
"difficulty": 1 "difficulty": 1
}, },
{
"slug": "wordy",
"name": "Wordy",
"uuid": "af50bb9a-e400-49ce-966f-016c31720be1",
"practices": ["string-methods"],
"prerequisites": [
"basics",
"lists",
"loops",
"strings",
"string-methods",
"numbers"
],
"difficulty": 1
},
{ {
"slug": "resistor-color", "slug": "resistor-color",
"name": "Resistor Color", "name": "Resistor Color",
@@ -1210,6 +1195,21 @@
], ],
"difficulty": 3 "difficulty": 3
}, },
{
"slug": "wordy",
"name": "Wordy",
"uuid": "af50bb9a-e400-49ce-966f-016c31720be1",
"practices": ["string-methods"],
"prerequisites": [
"basics",
"lists",
"loops",
"strings",
"string-methods",
"numbers"
],
"difficulty": 3
},
{ {
"slug": "crypto-square", "slug": "crypto-square",
"name": "Crypto Square", "name": "Crypto Square",