feat(curriculum): release rwd and js exams and certs (#63783)

This commit is contained in:
Tom
2025-11-21 08:57:50 -06:00
committed by GitHub
parent 1e0805fd72
commit c3f4ffd2e5
7 changed files with 11 additions and 29 deletions
+2 -2
View File
@@ -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,