fix:Updated curriculum utils.js duplicate code (#45168)
This commit is contained in:
@ -36,18 +36,7 @@ const superBlockToOrder = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const superBlockToNewOrder = {
|
const superBlockToNewOrder = {
|
||||||
'responsive-web-design': 0,
|
...superBlockToOrder,
|
||||||
'javascript-algorithms-and-data-structures': 1,
|
|
||||||
'front-end-development-libraries': 2,
|
|
||||||
'data-visualization': 3,
|
|
||||||
'relational-database': 4,
|
|
||||||
'back-end-development-and-apis': 5,
|
|
||||||
'quality-assurance': 6,
|
|
||||||
'scientific-computing-with-python': 7,
|
|
||||||
'data-analysis-with-python': 8,
|
|
||||||
'information-security': 9,
|
|
||||||
'machine-learning-with-python': 10,
|
|
||||||
'coding-interview-prep': 11,
|
|
||||||
'2022/responsive-web-design': 12
|
'2022/responsive-web-design': 12
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user