Files
freeCodeCamp/curriculum/challenges/_meta/learn-quadratic-equations/meta.json
T
Tom d02bb663c4 refactor(curriculum): move helpCategory to block meta.json file (#50265)
* refactor: move helpCategory to block meta

* fix: test?
2023-05-04 08:46:58 +02:00

17 lines
347 B
JSON

{
"name": "Learn Quadratic Equations",
"isUpcomingChange": false,
"dashedName": "learn-quadratic-equations",
"helpCategory": "Python",
"order": 10,
"time": "",
"template": "",
"required": [],
"superBlock": "college-algebra-with-python",
"challengeOrder": [
[
"6363d2429078df117ce4c400",
"Quadratics"
]
]
}