mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(curriculum): redirects for intro to js lectures (#62137)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user