mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-28 14:01:28 -04:00
fix(curriculum): move sentence maker lab to strings and variables module (#57711)
This commit is contained in:
@@ -2612,6 +2612,12 @@
|
||||
"You'll practice how to use variables and basic strings."
|
||||
]
|
||||
},
|
||||
"lab-sentence-maker": {
|
||||
"title": "Build a Sentence Maker",
|
||||
"intro": [
|
||||
"In this lab, you'll create different stories by assigning different words to different variables."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-data-types": {
|
||||
"title": "Working with Data Types",
|
||||
"intro": [
|
||||
@@ -2737,12 +2743,6 @@
|
||||
"You'll practice string slicing, concatenation, and using functions."
|
||||
]
|
||||
},
|
||||
"lab-sentence-maker": {
|
||||
"title": "Build a Sentence Maker",
|
||||
"intro": [
|
||||
"In this lab, you'll create different stories by assigning different words to different variables."
|
||||
]
|
||||
},
|
||||
"workshop-loan-qualification-checker": {
|
||||
"title": "Build a Loan Qualification Checker",
|
||||
"intro": [
|
||||
|
||||
@@ -302,6 +302,7 @@
|
||||
{ "dashedName": "lecture-introduction-to-javascript" },
|
||||
{ "dashedName": "workshop-greeting-bot" },
|
||||
{ "dashedName": "lab-javascript-trivia-bot" },
|
||||
{ "dashedName": "lab-sentence-maker" },
|
||||
{ "dashedName": "lecture-working-with-data-types" },
|
||||
{ "dashedName": "review-javascript-variables-and-data-types" },
|
||||
{ "dashedName": "quiz-javascript-variables-and-data-types" },
|
||||
@@ -338,7 +339,6 @@
|
||||
{ "dashedName": "lecture-working-with-functions" },
|
||||
{ "dashedName": "workshop-calculator" },
|
||||
{ "dashedName": "lab-email-masker" },
|
||||
{ "dashedName": "lab-sentence-maker" },
|
||||
{ "dashedName": "workshop-loan-qualification-checker" },
|
||||
{ "dashedName": "lab-leap-year-calculator" },
|
||||
{ "dashedName": "review-javascript-functions" },
|
||||
|
||||
Reference in New Issue
Block a user