Files
freeCodeCamp/curriculum/challenges/_meta/build-a-caesars-cipher-project/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
381 B
JSON

{
"name": "Build a Caesars Cipher Project",
"isUpcomingChange": true,
"usesMultifileEditor": false,
"helpCategory": "JavaScript",
"order": 17,
"time": "30 hours",
"template": "",
"required": [],
"superBlock": "2022/javascript-algorithms-and-data-structures",
"challengeOrder": [
[
"56533eb9ac21ba0edf2244e2",
"Build a Caesars Cipher"
]
]
}