mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-03 01:01:13 -04:00
feature(map): move locked static challenges to seed files
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Coding Interview Training",
|
||||
"order": 23,
|
||||
"time": "70 Hours",
|
||||
"isLocked": true,
|
||||
"message": "To qualify for these nonprofit projects, you must first earn all three foundational certifications: Front End, Data Visualization, and Back End",
|
||||
"challenges": [
|
||||
{
|
||||
"title": "Soft Skill Training"
|
||||
},
|
||||
{
|
||||
"title": "Critical Thinking Training"
|
||||
},
|
||||
{
|
||||
"title": "Whiteboard Coding Training"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user