mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): release rwd and js exams and certs (#63783)
This commit is contained in:
@@ -54,6 +54,8 @@ export function isCertification(x: string): x is Certification {
|
||||
// "Current" certifications are the subset of standard certifications that are
|
||||
// live and not legacy.
|
||||
export const currentCertifications = [
|
||||
Certification.RespWebDesignV9,
|
||||
Certification.JsV9,
|
||||
Certification.A2English,
|
||||
Certification.FoundationalCSharp
|
||||
] as const;
|
||||
@@ -89,8 +91,6 @@ export const legacyFullStackCertification = [
|
||||
// "Upcoming" certifications are standard certifications that are not live unless
|
||||
// showUpcomingChanges is true.
|
||||
export const upcomingCertifications = [
|
||||
Certification.RespWebDesignV9,
|
||||
Certification.JsV9,
|
||||
Certification.FrontEndDevLibsV9,
|
||||
Certification.PythonV9,
|
||||
Certification.RelationalDbV9,
|
||||
|
||||
Reference in New Issue
Block a user