From aaec1b82b9c02568bdbaf0e95e5c150fecf9d360 Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Sat, 15 Nov 2025 00:43:48 -0800 Subject: [PATCH] chore(curriculum): update deadlines for remaining frontend libraries modules (#63846) --- client/i18n/locales/english/intro.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 98270192884..05e5d6e9a7b 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -6349,19 +6349,19 @@ }, "module-intros": { "data-visualization": { - "note": "Coming Winter 2025", + "note": "Coming 2026", "intro": [ "In this module, you will be introduced to data visualization and learn how to work with the D3 library." ] }, "typescript-fundamentals": { - "note": "Coming Fall 2025", + "note": "Coming 2026", "intro": [ "In this module, you will be introduced to TypeScript, which is a superset of JavaScript that allows you to add static typing to your JavaScript code. You will build several workshops and labs that will give you practice in working with generics, type narrowing, TSX, and more. Then you will test your knowledge of TypeScript fundamentals with a short quiz." ] }, "front-end-development-libraries-certification-exam": { - "note": "Coming Winter 2025", + "note": "Coming 2026", "intro": [ "Pass this exam to earn your Front End Development Libraries Certification." ]