Files
freeCodeCamp/tools/challenge-editor/api/configs/superBlockList.ts
2022-05-16 19:40:18 +05:30

59 lines
1.3 KiB
TypeScript

export const superBlockList = [
{
name: 'Legacy Responsive Web Design',
path: '01-responsive-web-design'
},
{
name: 'JavaScript Algorithms and Data Structures',
path: '02-javascript-algorithms-and-data-structures'
},
{
name: 'Front End Development Libraries',
path: '03-front-end-development-libraries'
},
{
name: 'Data Visualization',
path: '04-data-visualization'
},
{
name: 'Back End Development and APIs',
path: '05-back-end-development-and-apis'
},
{
name: 'Quality Assurance',
path: '06-quality-assurance'
},
{
name: 'Scientific Computing with Python',
path: '07-scientific-computing-with-python'
},
{
name: 'Data Analysis with Python',
path: '08-data-analysis-with-python'
},
{
name: 'Information Security',
path: '09-information-security'
},
{
name: 'Coding Interview Prep',
path: '10-coding-interview-prep'
},
{
name: 'Machine Learning with Python',
path: '11-machine-learning-with-python'
},
{
name: 'Relational Databases',
path: '13-relational-databases'
},
{
name: '(New) Responsive Web Design',
path: '14-responsive-web-design-22'
},
{
name: 'JavaScript Algorithms and Data Structures (Beta)',
path: '15-javascript-algorithms-and-data-structures-22'
}
];