fix(curriculum): move sentence maker lab to strings and variables module (#57711)

This commit is contained in:
Dario-DC
2024-12-23 13:35:01 +01:00
committed by GitHub
parent 6748f3527d
commit ca459080b5
2 changed files with 7 additions and 7 deletions

View File

@@ -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": [

View File

@@ -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" },