From 6e0493f918b3a69aff8d06660c3656c17fdc8ec7 Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Fri, 12 Sep 2025 02:45:02 -0700 Subject: [PATCH] chore(curriculum): redirects for intro to js lectures (#62137) --- client/serve/serve.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/client/serve/serve.json b/client/serve/serve.json index 11c2e6897c3..5d8e98397ea 100644 --- a/client/serve/serve.json +++ b/client/serve/serve.json @@ -396,6 +396,26 @@ "source": "/learn/full-stack-developer/lab-magazine-layout/design-a-magazine-layout", "destination": "/learn/full-stack-developer/lab-newspaper-layout/design-a-newspaper-layout" }, + { + "source": "/learn/full-stack-developer/lecture-introduction-to-javascript/what-is-a-string", + "destination": "/learn/full-stack-developer/lecture-introduction-to-strings/what-is-a-string" + }, + { + "source": "/learn/full-stack-developer/lecture-introduction-to-javascript/what-is-string-concatenation", + "destination": "/learn/full-stack-developer/lecture-introduction-to-strings/what-is-string-concatenation" + }, + { + "source": "/learn/full-stack-developer/lecture-introduction-to-javascript/what-is-console-log", + "destination": "/learn/full-stack-developer/lecture-introduction-to-strings/what-is-console-log" + }, + { + "source": "/learn/full-stack-developer/lecture-introduction-to-javascript/what-is-the-role-of-semicolons", + "destination": "/learn/full-stack-developer/lecture-understanding-code-clarity/what-is-the-role-of-semicolons" + }, + { + "source": "/learn/full-stack-developer/lecture-introduction-to-javascript/what-are-comments-in-javascript", + "destination": "/learn/full-stack-developer/lecture-understanding-code-clarity/what-are-comments-in-javascript" + }, { "source": "/learn/full-stack-developer/lecture-working-with-objects/what-is-an-object-in-javascript-and-how-can-you-access-properties-from-an-object", "destination": "/learn/full-stack-developer/lecture-introduction-to-javascript-objects-and-their-properties/what-is-an-object-in-javascript-and-how-can-you-access-properties-from-an-object"