Skip to content

Commit

Permalink
Moved resistor-color exercise (#1382)
Browse files Browse the repository at this point in the history
`resistor-color` moved before the duo and trio series. It makes little sense to have this exercise after the harder ones, if you are doing these exercises sequentially.
  • Loading branch information
TheRealOwenRees authored Aug 10, 2023
1 parent 01b57dc commit 7449cf9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@
"difficulty": 1,
"topics": ["optional_values", "strings", "text_formatting"]
},
{
"slug": "resistor-color",
"name": "Resistor Color",
"uuid": "c6f41fd5-584c-46ca-b3c5-6a0825446bf4",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": ["arrays", "strings"]
},
{
"slug": "resistor-color-duo",
"name": "Resistor Color Duo",
Expand Down Expand Up @@ -72,15 +81,6 @@
"difficulty": 1,
"topics": ["booleans", "integers", "logic"]
},
{
"slug": "resistor-color",
"name": "Resistor Color",
"uuid": "c6f41fd5-584c-46ca-b3c5-6a0825446bf4",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": ["arrays", "strings"]
},
{
"slug": "rna-transcription",
"name": "RNA Transcription",
Expand Down

0 comments on commit 7449cf9

Please sign in to comment.