feat(curriculum): add boilerplate review blocks part 2 (#57015)

This commit is contained in:
Tom
2024-11-04 12:08:22 -06:00
committed by GitHub
parent a0473b75aa
commit 524558f257
113 changed files with 1773 additions and 104 deletions
+284 -92
View File
@@ -2303,15 +2303,20 @@
"In this lab, you will practice working with JavaScript variables and strings by building a trivia bot."
]
},
"dthi": { "title": "133", "intro": [] },
"yskn": { "title": "134", "intro": [] },
"dthi": { "title": "132", "intro": [] },
"review-javascript-variables-and-data-types": {
"title": "JavaScript Variables and Data Types Review",
"intro": [
"Review the JavaScript Variables and Data Types concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-variables-and-data-types": {
"title": "JavaScript Variables and Data Types Quiz",
"intro": [
"Test what you've learned in this quiz on JavaScript Variables and Data Types."
]
},
"hoec": { "title": "136", "intro": [] },
"hoec": { "title": "135", "intro": [] },
"workshop-teacher-chatbot": {
"title": "Build a Teacher Chatbot",
"intro": [
@@ -2319,15 +2324,20 @@
"You will learn how to work with template literals, and the <code>indexOf</code> method."
]
},
"axgb": { "title": "138", "intro": [] },
"rwac": { "title": "139", "intro": [] },
"axgb": { "title": "137", "intro": [] },
"review-javascript-strings": {
"title": "JavaScript Strings Review",
"intro": [
"Review the JavaScript Strings concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-strings": {
"title": "JavaScript Strings Quiz",
"intro": [
"Test what you've learned in this quiz on JavaScript Strings."
]
},
"hxwa": { "title": "141", "intro": [] },
"hxwa": { "title": "140", "intro": [] },
"workshop-mathbot": {
"title": "Build a Mathbot",
"intro": [
@@ -2340,21 +2350,31 @@
"In this lab, you will build a fortune teller by randomly selecting a fortune from the avaialble fortunes."
]
},
"wfyg": { "title": "144", "intro": [] },
"guqy": { "title": "145", "intro": [] },
"wfyg": { "title": "143", "intro": [] },
"review-javascript-math": {
"title": "JavaScript Math Review",
"intro": [
"Review the JavaScript Math concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-math": {
"title": "JavaScript Math Quiz",
"intro": ["Test what you've learned in this quiz on JavaScript Math."]
},
"hafd": { "title": "147", "intro": [] },
"phko": { "title": "148", "intro": [] },
"hafd": { "title": "146", "intro": [] },
"review-javascript-comparisons-and-conditionals": {
"title": "JavaScript Comparisons and Conditionals Review",
"intro": [
"Review the JavaScript Comparisons and Conditionals concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-comparisons-and-conditionals": {
"title": "JavaScript Comparisons and Conditionals Quiz",
"intro": [
"Test what you've learned in this quiz on JavaScript Comparisons and Conditionals."
]
},
"tsdq": { "title": "150", "intro": [] },
"tsdq": { "title": "149", "intro": [] },
"workshop-calculator": {
"title": "Build a Calculator",
"intro": [
@@ -2386,15 +2406,19 @@
"In this lab you will use conditional statements and loops to determine if a year is a leap year."
]
},
"pljo": { "title": "156", "intro": [] },
"review-javascript-functions": {
"title": "JavaScript Functions Review",
"intro": [
"Review the JavaScript Functions concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-functions": {
"title": "JavaScript Functions Quiz",
"intro": [
"Test what you've learned in this quiz on JavaScript Functions."
]
},
"mexq": { "title": "158", "intro": [] },
"ifgn": { "title": "159", "intro": [] },
"mexq": { "title": "157", "intro": [] },
"workshop-shopping-list": {
"title": "Build a Shopping List",
"intro": [
@@ -2408,13 +2432,18 @@
"In this lab, you will review working with arrays and random numbers by building a lunch picker program."
]
},
"mokm": { "title": "161", "intro": [] },
"froz": { "title": "162", "intro": [] },
"mokm": { "title": "160", "intro": [] },
"review-javascript-arrays": {
"title": "JavaScript Arrays Review",
"intro": [
"Review the JavaScript Arrays concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-arrays": {
"title": "JavaScript Arrays Quiz",
"intro": ["Test what you've learned in this quiz on JavaScript Arrays."]
},
"dvnt": { "title": "164", "intro": [] },
"dvnt": { "title": "163", "intro": [] },
"workshop-recipe-tracker": {
"title": "Build a Recipe Tracker",
"intro": [
@@ -2425,9 +2454,11 @@
"title": "Build a Quiz Game",
"intro": ["For this lab, you will build a quiz game."]
},
"lab-factorial-calculator": {
"title": "Build a Factorial Calculator ",
"intro": ["In this lab, you will build a factorial calculator."]
"review-javascript-objects": {
"title": "JavaScript Objects Review",
"intro": [
"Review the JavaScript Objects concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-objects": {
"title": "JavaScript Objects Quiz",
@@ -2435,20 +2466,28 @@
"Test what you've learned in this quiz on JavaScript Objects."
]
},
"kgtw": { "title": "169", "intro": [] },
"kgtw": { "title": "168", "intro": [] },
"workshop-sentence-analyzer": {
"title": "Build a Sentence Analyzer",
"intro": [
"In this workshop, you'll review working with JavaScript loops by building a sentence analyzer app."
]
},
"kcci": { "title": "171", "intro": [] },
"puhe": { "title": "172", "intro": [] },
"lab-factorial-calculator": {
"title": "Build a Factorial Calculator ",
"intro": ["In this lab, you will build a factorial calculator."]
},
"review-javascript-loops": {
"title": "JavaScript Loops Review",
"intro": [
"Review the JavaScript Loops concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-loops": {
"title": "JavaScript Loops Quiz",
"intro": ["Test what you've learned in this quiz on JavaScript Loops."]
},
"hjtr": { "title": "174", "intro": [] },
"hjtr": { "title": "173", "intro": [] },
"lab-pyramid-generator": {
"title": "Build a Pyramid Generator",
"intro": ["In this lab you will build a pyramid generator."]
@@ -2457,54 +2496,68 @@
"title": "Build a Gradebook App",
"intro": ["For this lab, you will create a gradebook app."]
},
"epfc": { "title": "177", "intro": [] },
"epfc": { "title": "176", "intro": [] },
"lab-inventory-management-program": {
"title": "Build an Inventory Management Program",
"intro": [
"For this lab, you will build an inventory management program using JavaScript."
]
},
"fbbn": { "title": "179", "intro": [] },
"lnmg": { "title": "180", "intro": [] },
"wead": { "title": "181", "intro": [] },
"fbbn": { "title": "178", "intro": [] },
"lnmg": { "title": "179", "intro": [] },
"review-javascript-fundamentals": {
"title": "JavaScript Fundamentals Review",
"intro": [
"Review the JavaScript Fundamentals concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-fundamentals": {
"title": "JavaScript Fundamentals Quiz",
"intro": [
"Test what you've learned in this quiz on JavaScript Fundamentals Quiz."
]
},
"plic": { "title": "183", "intro": [] },
"vjmm": { "title": "184", "intro": [] },
"bxtv": { "title": "185", "intro": [] },
"xiqk": { "title": "186", "intro": [] },
"plic": { "title": "182", "intro": [] },
"vjmm": { "title": "183", "intro": [] },
"bxtv": { "title": "184", "intro": [] },
"review-javascript-higher-order-functions": {
"title": "JavaScript Higher Order Functions Review",
"intro": [
"Review the JavaScript Higher Order Functions concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-higher-order-functions": {
"title": "JavaScript Higher Order Functions Quiz",
"intro": [
"Test what you've learned in this quiz on JavaScript Higher Order Functions."
]
},
"esfh": { "title": "188", "intro": [] },
"gibb": { "title": "189", "intro": [] },
"esfh": { "title": "187", "intro": [] },
"gibb": { "title": "188", "intro": [] },
"lab-favorite-icon-toggler": {
"title": "Build a Favorite Icon Toggler",
"intro": [
"In this lab, you will build a favorite icon toggler by utilizing JavaScript click events."
]
},
"fhxc": { "title": "191", "intro": [] },
"review-dom-manipulation-and-click-events-with-javascript": {
"title": "DOM Manipulation and Click Events with JavaScript Review",
"intro": [
"Review the DOM Manipulation and Click Events with JavaScript concepts to prepare for the upcoming quiz."
]
},
"quiz-dom-manipulation-and-click-event-with-javascript": {
"title": "DOM Manipulation and Click Events with JavaScript Quiz",
"intro": [
"Test what you've learned in this quiz on DOM Manipulation and Click Events with JavaScript Quiz."
]
},
"ubpx": { "title": "193", "intro": [] },
"lbyi": { "title": "194", "intro": [] },
"ubpx": { "title": "192", "intro": [] },
"lbyi": { "title": "193", "intro": [] },
"lab-real-time-counter": {
"title": "Build a Real Time Counter",
"intro": ["In this lab, you will build a real-time character counter"]
},
"fmbk": { "title": "196", "intro": [] },
"lab-lightbox-viewer": {
"title": "Build a Lightbox Viewer",
"intro": [
@@ -2529,94 +2582,168 @@
"One common aspect of building web applications is processing datasets and outputting information to the screen. In this project, you will use DOM manipulation, object destructuring, event handling, and data filtering to build a set of football team cards."
]
},
"iejn": { "title": "201", "intro": [] },
"review-javascript-events": {
"title": "JavaScript Events Review",
"intro": [
"Review the JavaScript Events concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-events": {
"title": "JavaScript Events Quiz",
"intro": ["Test what you've learned in this quiz on JavaScript Events."]
},
"kaqq": { "title": "203", "intro": [] },
"kaqq": { "title": "201", "intro": [] },
"lab-random-background-color-changer": {
"title": "Debug a Random Background Color Changer",
"intro": [
"For this lab, you will debug a random background color changer and fix the errors to make it work properly."
]
},
"ksfc": { "title": "205", "intro": [] },
"review-debugging-javascript": {
"title": "Debugging JavaScript Review",
"intro": [
"Review the Debugging JavaScript concepts to prepare for the upcoming quiz."
]
},
"quiz-debugging-javascript": {
"title": "Debugging JavaScript Quiz",
"intro": [
"Test what you've learned in this quiz on Debugging JavaScript."
]
},
"dqth": { "title": "207", "intro": [] },
"ilop": { "title": "208", "intro": [] },
"qrer": { "title": "209", "intro": [] },
"dqth": { "title": "205", "intro": [] },
"ilop": { "title": "206", "intro": [] },
"qrer": { "title": "207", "intro": [] },
"lab-regex-sandbox": {
"title": "Build a RegEx Sandbox",
"intro": ["In this lab you will build a regex sandbox."]
},
"svsl": { "title": "211", "intro": [] },
"review-javascript-regular-expressions": {
"title": "JavaScript Regular Expressions Review",
"intro": [
"Review the JavaScript Regular Expressions concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-regular-expressions": {
"title": "JavaScript Regular Expressions Quiz",
"intro": [
"Test what you've learned in this quiz on JavaScript Regular Expressions."
]
},
"zalp": { "title": "213", "intro": [] },
"hhvp": { "title": "214", "intro": [] },
"egkv": { "title": "215", "intro": [] },
"qlvw": { "title": "216", "intro": [] },
"zalp": { "title": "211", "intro": [] },
"hhvp": { "title": "212", "intro": [] },
"egkv": { "title": "213", "intro": [] },
"review-form-validation-with-javascript": {
"title": "Form Validation with JavaScript Review",
"intro": [
"Review the Form Validation with JavaScript concepts to prepare for the upcoming quiz."
]
},
"quiz-form-validation-with-javascript": {
"title": "Form Validation with JavaScript Quiz",
"intro": [
"Test what you've learned in this quiz on Form Validation with JavaScript."
]
},
"lupt": { "title": "218", "intro": [] },
"lupt": { "title": "216", "intro": [] },
"lab-date-conversion": {
"title": "Build a Date Conversion Program",
"intro": [
"In this lab, you will build a program to convert a date from one format to another."
]
},
"xtfk": { "title": "220", "intro": [] },
"review-javascript-dates": {
"title": "JavaScript Dates Review",
"intro": [
"Review the JavaScript Dates concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-dates": {
"title": "JavaScript Dates Quiz",
"intro": ["Test what you've learned in this quiz on JavaScript Dates."]
},
"lvts": { "title": "222", "intro": [] },
"foal": { "title": "223", "intro": [] },
"crzf": { "title": "224", "intro": [] },
"xofr": { "title": "225", "intro": [] },
"lvts": { "title": "220", "intro": [] },
"foal": { "title": "221", "intro": [] },
"crzf": { "title": "222", "intro": [] },
"review-javascript-audio-and-video": {
"title": "JavaScript Audio and Video Review",
"intro": [
"Review the JavaScript Audio and Video concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-audio-and-video": {
"title": "JavaScript Audio and Video Quiz",
"intro": [
"Test what you've learned in this quiz on JavaScript Audio and Video."
]
},
"pehm": { "title": "227", "intro": [] },
"cvsw": { "title": "228", "intro": [] },
"pehm": { "title": "225", "intro": [] },
"cvsw": { "title": "226", "intro": [] },
"cvs1": { "title": "227", "intro": [] },
"review-javascript-maps-sets-and-json": {
"title": "JavaScript Maps, Sets, and JSON Review",
"intro": [
"Review the JavaScript Maps, Sets, and JSON concepts to prepare for the upcoming quiz."
]
},
"cvs3": { "title": "229", "intro": [] },
"fgbp": { "title": "230", "intro": [] },
"fgb1": { "title": "231", "intro": [] },
"lab-bookmark-manager-app": {
"title": "Build a Bookmark Manager App",
"intro": ["For this lab, you will build a bookmark manager app."]
},
"fgbp": { "title": "230", "intro": [] },
"review-local-storage-and-crud": {
"title": "Local Storage and CRUD Review",
"intro": [
"Review the Local Storage and CRUD concepts to prepare for the upcoming quiz."
]
},
"quiz-local-storage-and-crud": {
"title": "Local Storage and CRUD Quiz",
"intro": [
"Test what you've learned in this quiz on Local Storage and CRUD."
]
},
"jbst": { "title": "232", "intro": [] },
"peyf": { "title": "233", "intro": [] },
"bdqj": { "title": "234", "intro": [] },
"ndlf": { "title": "235", "intro": [] },
"jbst": { "title": "235", "intro": [] },
"peyf": { "title": "236", "intro": [] },
"lab-project-idea-board": {
"title": "Build a Project Idea Board",
"intro": [
"In this lab, you will build a project idea board using OOP in JavaScript."
]
},
"ndlf": { "title": "238", "intro": [] },
"review-javascript-classes": {
"title": "JavaScript Classes Review",
"intro": [
"Review the JavaScript Classes concepts to prepare for the upcoming quiz."
]
},
"ndl1": { "title": "240", "intro": [] },
"ndl2": { "title": "241", "intro": [] },
"ndl3": { "title": "242", "intro": [] },
"ndl4": { "title": "243", "intro": [] },
"review-recursion": {
"title": "Recursion Review",
"intro": [
"Review the Recursion concepts to prepare for the upcoming quiz."
]
},
"quiz-recursion": {
"title": "Recursion Quiz",
"intro": ["Test what you've learned in this quiz on Recursion."]
},
"yshh": { "title": "237", "intro": [] },
"wyxz": { "title": "238", "intro": [] },
"yshh": { "title": "246", "intro": [] },
"wyx1": { "title": "247", "intro": [] },
"wyx2": { "title": "248", "intro": [] },
"wyx3": { "title": "249", "intro": [] },
"quiz-javascript-functional-programming": {
"title": "JavaScript Functional Programming Quiz",
"intro": [
"Test what you've learned in this quiz on JavaScript Functional Programming."
]
},
"lab-quicksort-algorithm": {
"title": "Build the Quicksort Algorithm",
"intro": [
@@ -2650,28 +2777,38 @@
"intro": ["For this lab, you will build a cash register."]
},
"udia": { "title": "248", "intro": [] },
"review-javascript-functional-programming": {
"title": "JavaScript Functional Programming Review",
"intro": [
"Review the JavaScript Functional Programming concepts to prepare for the upcoming quiz."
]
},
"quiz-javascript-problem-solving-and-algorithmic-thinking": {
"title": "JavaScript Problem Solving and Algorithmic Thinking Quiz",
"intro": [
"Test what you've learned in this quiz on JavaScript Problem Solving and Algorithmic Thinking."
]
},
"xayi": { "title": "250", "intro": [] },
"mjbe": { "title": "251", "intro": [] },
"byqx": { "title": "252", "intro": [] },
"alda": { "title": "253", "intro": [] },
"quiz-javascript-functional-programming": {
"title": "JavaScript Functional Programming Quiz",
"cvaf": { "title": "254", "intro": [] },
"review-asynchronous-javascript": {
"title": "Asynchronous JavaScript Review",
"intro": [
"Test what you've learned in this quiz on JavaScript Functional Programming."
"Review the Asynchronous JavaScript concepts to prepare for the upcoming quiz."
]
},
"cvaf": { "title": "255", "intro": [] },
"tdgy": { "title": "256", "intro": [] },
"lab-project-idea-board": {
"title": "Build a Project Idea Board",
"quiz-asynchronous-javascript": {
"title": "Asynchronous JavaScript Quiz",
"intro": [
"In this lab, you will build a project idea board using OOP in JavaScript."
"Test what you've learned in this quiz on Asynchronous JavaScript."
]
},
"review-javascript": {
"title": "JavaScript Review",
"intro": [
"Review the JavaScript concepts to prepare for the upcoming quiz."
]
},
"kagw": { "title": "258", "intro": [] },
@@ -2742,12 +2879,6 @@
"intro": ["For this project, you will build a Pokémon search app."]
},
"vyzp": { "title": "281", "intro": [] },
"quiz-asynchronous-javascript": {
"title": "Asynchronous JavaScript Quiz",
"intro": [
"Test what you've learned in this quiz on Asynchronous JavaScript."
]
},
"icdr": { "title": "283", "intro": [] },
"zdsj": { "title": "284", "intro": [] },
"mzae": { "title": "285", "intro": [] },
@@ -2795,7 +2926,12 @@
"intro": ["Test what you've learned in this quiz on Advanced React."]
},
"tkgg": { "title": "315", "intro": [] },
"coip": { "title": "316", "intro": [] },
"review-web-performance": {
"title": "Web Performance Review",
"intro": [
"Review the Web Performance concepts to prepare for the upcoming quiz."
]
},
"quiz-web-performance": {
"title": "Web Performance Quiz",
"intro": ["Test what you've learned in this quiz on Web Performance."]
@@ -2803,13 +2939,23 @@
"hzab": { "title": "318", "intro": [] },
"ggea": { "title": "319", "intro": [] },
"vgvz": { "title": "320", "intro": [] },
"jkfc": { "title": "321", "intro": [] },
"review-typescript": {
"title": "Typescript Review",
"intro": [
"Review the Typescript concepts to prepare for the upcoming quiz."
]
},
"quiz-typescript": {
"title": "TypeScript Quiz",
"intro": ["Test what you've learned in this quiz on TypeScript."]
},
"zhhp": { "title": "323", "intro": [] },
"nwwd": { "title": "324", "intro": [] },
"review-css-libraries-and-frameworks": {
"title": "CSS Libraries and Frameworks Review",
"intro": [
"Review the CSS Libraries and Frameworks concepts to prepare for the upcoming quiz."
]
},
"quiz-css-libraries-and-frameworks": {
"title": "CSS Libraries and Frameworks Quiz",
"intro": [
@@ -2817,12 +2963,22 @@
]
},
"gora": { "title": "326", "intro": [] },
"vpkl": { "title": "327", "intro": [] },
"review-testing": {
"title": "Testing Review",
"intro": [
"Review the Testing concepts to prepare for the upcoming quiz."
]
},
"quiz-testing": {
"title": "Testing Quiz",
"intro": ["Test what you've learned in this quiz on Testing."]
},
"lzvx": { "title": "329", "intro": [] },
"review-front-end-libraries": {
"title": "Front End Libraries Review",
"intro": [
"Review the Front End Libraries concepts to prepare for the upcoming quiz."
]
},
"mfwu": { "title": "330", "intro": [] },
"dfcd": { "title": "331", "intro": [] },
"workshop-bash-boilerplate": {
@@ -2832,7 +2988,12 @@
"In this 170-lesson workshop, you will learn terminal commands by creating a website boilerplate using only the command line."
]
},
"vfje": { "title": "333", "intro": [] },
"review-bash-commands": {
"title": "Bash Commands Review",
"intro": [
"Review the Bash Commands concepts to prepare for the upcoming quiz."
]
},
"quiz-bash-commands": {
"title": "Bash Commands Quiz",
"intro": ["Test what you've learned in this quiz on Bash Commands."]
@@ -2851,7 +3012,12 @@
"For this project, you will build a database of celestial bodies using PostgreSQL."
]
},
"cvvu": { "title": "338", "intro": [] },
"review-relational-database": {
"title": "Relational Database Review",
"intro": [
"Review the Relational Database concepts to prepare for the upcoming quiz."
]
},
"quiz-relational-database": {
"title": "Relational Database Quiz",
"intro": [
@@ -2866,7 +3032,12 @@
"In this 220-lesson workshop, you will learn more terminal commands and how to use them within Bash scripts by creating five small programs."
]
},
"hnta": { "title": "342", "intro": [] },
"review-bash-scripting": {
"title": "Bash Scripting Review",
"intro": [
"Review the Bash Scripting concepts to prepare for the upcoming quiz."
]
},
"quiz-bash-scripting": {
"title": "Bash Scripting Quiz",
"intro": ["Test what you've learned in this quiz on Bash Scripting."]
@@ -2911,7 +3082,12 @@
"For this lab, you will create an interactive Bash program that uses PostgreSQL to track the customers and appointments for your salon."
]
},
"udfh": { "title": "351", "intro": [] },
"review-bash-and-sql": {
"title": "Bash and SQL Review",
"intro": [
"Review the Bash and SQL concepts to prepare for the upcoming quiz."
]
},
"quiz-bash-and-sql": {
"title": "Bash and SQL Quiz",
"intro": ["Test what you've learned in this quiz on Bash and SQL."]
@@ -2924,7 +3100,10 @@
"In this 40-lesson workshop, you will learn how to edit files in the terminal with Nano while building a castle."
]
},
"dzsr": { "title": "355", "intro": [] },
"review-nano": {
"title": "Nano Review",
"intro": ["Review the Nano concepts to prepare for the upcoming quiz."]
},
"quiz-nano": {
"title": "Nano Quiz",
"intro": ["Test what you've learned in this quiz on Nano."]
@@ -2949,15 +3128,28 @@
"For this lab, you will use Bash scripting, PostgreSQL, and Git to create a number guessing game that runs in the terminal and saves user information."
]
},
"nfoc": { "title": "361", "intro": [] },
"review-git": {
"title": "Git Review",
"intro": ["Review the Git concepts to prepare for the upcoming quiz."]
},
"quiz-git": {
"title": "Git Quiz",
"intro": ["Test what you've learned in this quiz on Git."]
},
"ibmn": { "title": "363", "intro": [] },
"review-relational-databases": {
"title": "Relational Databases Review",
"intro": [
"Review the Relational Databases concepts to prepare for the upcoming quiz."
]
},
"zpjj": { "title": "364", "intro": [] },
"ghfk": { "title": "365", "intro": [] },
"ugfq": { "title": "366", "intro": [] },
"review-security-and-privacy": {
"title": "Security and Privacy Review",
"intro": [
"Review the Security and Privacy concepts to prepare for the upcoming quiz."
]
},
"quiz-security-and-privacy": {
"title": "Security and Privacy Quiz",
"intro": [
@@ -0,0 +1,9 @@
---
title: Introduction to the Asynchronous JavaScript Review
block: review-asynchronous-javascript
superBlock: full-stack-developer
---
## Introduction to the Asynchronous JavaScript Review
Review the Asynchronous JavaScript concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Bash and SQL Review
block: review-bash-and-sql
superBlock: full-stack-developer
---
## Introduction to the Bash and SQL Review
Review the Bash and SQL concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Bash Commands Review
block: review-bash-commands
superBlock: full-stack-developer
---
## Introduction to the Bash Commands Review
Review the Bash Commands concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Bash Scripting Review
block: review-bash-scripting
superBlock: full-stack-developer
---
## Introduction to the Bash Scripting Review
Review the Bash Scripting concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the CSS Libraries and Frameworks Review
block: review-css-libraries-and-frameworks
superBlock: full-stack-developer
---
## Introduction to the CSS Libraries and Frameworks Review
Review the CSS Libraries and Frameworks concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Debugging JavaScript Review
block: review-debugging-javascript
superBlock: full-stack-developer
---
## Introduction to the Debugging JavaScript Review
Review the Debugging JavaScript concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the DOM Manipulation and Click Events with JavaScript Review
block: review-dom-manipulation-and-click-events-with-javascript
superBlock: full-stack-developer
---
## Introduction to the DOM Manipulation and Click Events with JavaScript Review
Review the DOM Manipulation and Click Events with JavaScript concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Form Validation with JavaScript Review
block: review-form-validation-with-javascript
superBlock: full-stack-developer
---
## Introduction to the Form Validation with JavaScript Review
Review the Form Validation with JavaScript concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Front End Libraries Review
block: review-front-end-libraries
superBlock: full-stack-developer
---
## Introduction to the Front End Libraries Review
Review the Front End Libraries concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Git Review
block: review-git
superBlock: full-stack-developer
---
## Introduction to the Git Review
Review the Git concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Arrays Review
block: review-javascript-arrays
superBlock: full-stack-developer
---
## Introduction to the JavaScript Arrays Review
Review the JavaScript Arrays concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Audio and Video Review
block: review-javascript-audio-and-video
superBlock: full-stack-developer
---
## Introduction to the JavaScript Audio and Video Review
Review the JavaScript Audio and Video concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Classes Review
block: review-javascript-classes
superBlock: full-stack-developer
---
## Introduction to the JavaScript Classes Review
Review the JavaScript Classes concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Comparisons and Conditionals Review
block: review-javascript-comparisons-and-conditionals
superBlock: full-stack-developer
---
## Introduction to the JavaScript Comparisons and Conditionals Review
Review the JavaScript Comparisons and Conditionals concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Dates Review
block: review-javascript-dates
superBlock: full-stack-developer
---
## Introduction to the JavaScript Dates Review
Review the JavaScript Dates concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Events Review
block: review-javascript-events
superBlock: full-stack-developer
---
## Introduction to the JavaScript Events Review
Review the JavaScript Events concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Functional Programming Review
block: review-javascript-functional-programming
superBlock: full-stack-developer
---
## Introduction to the JavaScript Functional Programming Review
Review the JavaScript Functional Programming concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Functions Review
block: review-javascript-functions
superBlock: full-stack-developer
---
## Introduction to the JavaScript Functions Review
Review the JavaScript Functions concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Fundamentals Review
block: review-javascript-fundamentals
superBlock: full-stack-developer
---
## Introduction to the JavaScript Fundamentals Review
Review the JavaScript Fundamentals concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Higher Order Functions Review
block: review-javascript-higher-order-functions
superBlock: full-stack-developer
---
## Introduction to the JavaScript Higher Order Functions Review
Review the JavaScript Higher Order Functions concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Loops Review
block: review-javascript-loops
superBlock: full-stack-developer
---
## Introduction to the JavaScript Loops Review
Review the JavaScript Loops concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Maps, Sets, and JSON Review
block: review-javascript-maps-sets-and-json
superBlock: full-stack-developer
---
## Introduction to the JavaScript Maps, Sets, and JSON Review
Review the JavaScript Maps, Sets, and JSON concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Math Review
block: review-javascript-math
superBlock: full-stack-developer
---
## Introduction to the JavaScript Math Review
Review the JavaScript Math concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Objects Review
block: review-javascript-objects
superBlock: full-stack-developer
---
## Introduction to the JavaScript Objects Review
Review the JavaScript Objects concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Regular Expressions Review
block: review-javascript-regular-expressions
superBlock: full-stack-developer
---
## Introduction to the JavaScript Regular Expressions Review
Review the JavaScript Regular Expressions concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Strings Review
block: review-javascript-strings
superBlock: full-stack-developer
---
## Introduction to the JavaScript Strings Review
Review the JavaScript Strings concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Variables and Data Types Review
block: review-javascript-variables-and-data-types
superBlock: full-stack-developer
---
## Introduction to the JavaScript Variables and Data Types Review
Review the JavaScript Variables and Data Types concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the JavaScript Review
block: review-javascript
superBlock: full-stack-developer
---
## Introduction to the JavaScript Review
Review the JavaScript concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Local Storage and CRUD Review
block: review-local-storage-and-crud
superBlock: full-stack-developer
---
## Introduction to the Local Storage and CRUD Review
Review the Local Storage and CRUD concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Nano Review
block: review-nano
superBlock: full-stack-developer
---
## Introduction to the Nano Review
Review the Nano concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Recursion Review
block: review-recursion
superBlock: full-stack-developer
---
## Introduction to the Recursion Review
Review the Recursion concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Relational Database Review
block: review-relational-database
superBlock: full-stack-developer
---
## Introduction to the Relational Database Review
Review the Relational Database concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Relational Databases Review
block: review-relational-databases
superBlock: full-stack-developer
---
## Introduction to the Relational Databases Review
Review the Relational Databases concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Security and Privacy Review
block: review-security-and-privacy
superBlock: full-stack-developer
---
## Introduction to the Security and Privacy Review
Review the Security and Privacy concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Testing Review
block: review-testing
superBlock: full-stack-developer
---
## Introduction to the Testing Review
Review the Testing concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Typescript Review
block: review-typescript
superBlock: full-stack-developer
---
## Introduction to the Typescript Review
Review the Typescript concepts to prepare for the upcoming quiz.
@@ -0,0 +1,9 @@
---
title: Introduction to the Web Performance Review
block: review-web-performance
superBlock: full-stack-developer
---
## Introduction to the Web Performance Review
Review the Web Performance concepts to prepare for the upcoming quiz.
@@ -0,0 +1,15 @@
{
"name": "Asynchronous JavaScript Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-asynchronous-javascript",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723d35bb07d1bd220d0f28d",
"title": "Asynchronous JavaScript Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "Bash and SQL Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-bash-and-sql",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e46581a1742244e45b59", "title": "Bash and SQL Review" }
],
"helpCategory": "Backend Development"
}
@@ -0,0 +1,12 @@
{
"name": "Bash Commands Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-bash-commands",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e387ee098d1ef33108ba", "title": "Bash Commands Review" }
],
"helpCategory": "Backend Development"
}
@@ -0,0 +1,12 @@
{
"name": "Bash Scripting Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-bash-scripting",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e417419c2f211bb41bfc", "title": "Bash Scripting Review" }
],
"helpCategory": "Backend Development"
}
@@ -0,0 +1,15 @@
{
"name": "CSS Libraries and Frameworks Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-css-libraries-and-frameworks",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6724e2026e608219108d385a",
"title": "CSS Libraries and Frameworks Review"
}
],
"helpCategory": "HTML-CSS"
}
@@ -0,0 +1,12 @@
{
"name": "Debugging JavaScript Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-debugging-javascript",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723cd54fc196dbd053f9dfb", "title": "Debugging JavaScript Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "DOM Manipulation and Click Events with JavaScript Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-dom-manipulation-and-click-events-with-javascript",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723cc7a8e7aa3b9befd4bac",
"title": "DOM Manipulation and Click Events with JavaScript Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "Form Validation with JavaScript Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-form-validation-with-javascript",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723ce555ff2dfc0cc04b69a",
"title": "Form Validation with JavaScript Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "Front End Libraries Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-front-end-libraries",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e2dbf723fe1c8883cc69", "title": "Front End Libraries Review" }
],
"helpCategory": "HTML-CSS"
}
@@ -0,0 +1,12 @@
{
"name": "Git Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-git",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e4cfea0c4f2425a9d064", "title": "Git Review" }
],
"helpCategory": "Backend Development"
}
@@ -0,0 +1,12 @@
{
"name": "JavaScript Arrays Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-arrays",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723c66f623701a3cdf72130", "title": "JavaScript Arrays Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "JavaScript Audio and Video Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-audio-and-video",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723cf27c6e9a0c3f3041385",
"title": "JavaScript Audio and Video Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "JavaScript Classes Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-classes",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723d13d756751caf871d59c", "title": "JavaScript Classes Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "JavaScript Comparisons and Conditionals Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-comparisons-and-conditionals",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723c554025f449f4f39c3f5",
"title": "JavaScript Comparisons and Conditionals Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "JavaScript Dates Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-dates",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723ced0ba0b42c2a0ac14d2", "title": "JavaScript Dates Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "JavaScript Events Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-events",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723cc0ca05ce9b87a319ceb", "title": "JavaScript Events Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "JavaScript Functional Programming Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-functional-programming",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723d2c154dd19d0025f7cd9",
"title": "JavaScript Functional Programming Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "JavaScript Functions Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-functions",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723c5b8601a40a100bb59c9", "title": "JavaScript Functions Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "JavaScript Fundamentals Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-fundamentals",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723ca166fe90eb0a3146848",
"title": "JavaScript Fundamentals Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "JavaScript Higher Order Functions Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-higher-order-functions",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723ca6c6db3deb21cb1bf19",
"title": "JavaScript Higher Order Functions Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "JavaScript Loops Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-loops",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723c837cd3276aa73e6da25", "title": "JavaScript Loops Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "JavaScript Maps, Sets, and JSON Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-maps-sets-and-json",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723d027b02e4cc6ee5944da",
"title": "JavaScript Maps, Sets, and JSON Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "JavaScript Math Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-math",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723c463e51a2d9b747d7529", "title": "JavaScript Math Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "JavaScript Objects Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-objects",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723c77d1a44b8a7599277dd", "title": "JavaScript Objects Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "JavaScript Regular Expressions Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-regular-expressions",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723cdfa4ae237bf6b7e32eb",
"title": "JavaScript Regular Expressions Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "JavaScript Strings Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-strings",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723c1946e4cd7909a836bb4", "title": "JavaScript Strings Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "JavaScript Variables and Data Types Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript-variables-and-data-types",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723be264695fb7e619fe1fa",
"title": "JavaScript Variables and Data Types Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "JavaScript Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-javascript",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723d3cfdd0717d3f1bf27e3", "title": "JavaScript Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,15 @@
{
"name": "Local Storage and CRUD Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-local-storage-and-crud",
"superBlock": "full-stack-developer",
"challengeOrder": [
{
"id": "6723d0ac516099c902394e8b",
"title": "Local Storage and CRUD Review"
}
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "Nano Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-nano",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e49b3e568c23436db428", "title": "Nano Review" }
],
"helpCategory": "Backend Development"
}
@@ -0,0 +1,12 @@
{
"name": "Recursion Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-recursion",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6723d1f0568292cd394d6fb6", "title": "Recursion Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "Relational Database Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-relational-database",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e3d6e1cb0c1fec3a8e4f", "title": "Relational Database Review" }
],
"helpCategory": "Backend Development"
}
@@ -0,0 +1,12 @@
{
"name": "Relational Databases Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-relational-databases",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e5e321bce627736ea145", "title": "Relational Databases Review" }
],
"helpCategory": "Backend Development"
}
@@ -0,0 +1,12 @@
{
"name": "Security and Privacy Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-security-and-privacy",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e6548eec94290a26f410", "title": "Security and Privacy Review" }
],
"helpCategory": "Backend Development"
}
@@ -0,0 +1,12 @@
{
"name": "Testing Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-testing",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e24864b0771a4c4c9dc9", "title": "Testing Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "Typescript Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-typescript",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e296dceca21b82426229", "title": "Typescript Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,12 @@
{
"name": "Web Performance Review",
"blockType": "review",
"blockLayout": "link",
"isUpcomingChange": true,
"dashedName": "review-web-performance",
"superBlock": "full-stack-developer",
"challengeOrder": [
{ "id": "6724e18296fa40173cc2437c", "title": "Web Performance Review" }
],
"helpCategory": "JavaScript"
}
@@ -0,0 +1,16 @@
---
id: 6723d35bb07d1bd220d0f28d
title: Asynchronous JavaScript Review
challengeType: 24
dashedName: review-asynchronous-javascript
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the Asynchronous JavaScript topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6724e46581a1742244e45b59
title: Bash and SQL Review
challengeType: 24
dashedName: review-bash-and-sql
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the Bash and SQL topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6724e387ee098d1ef33108ba
title: Bash Commands Review
challengeType: 24
dashedName: review-bash-commands
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the Bash Commands topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6724e417419c2f211bb41bfc
title: Bash Scripting Review
challengeType: 24
dashedName: review-bash-scripting
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the Bash Scripting topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6724e2026e608219108d385a
title: CSS Libraries and Frameworks Review
challengeType: 24
dashedName: review-css-libraries-and-frameworks
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the CSS Libraries and Frameworks topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723cd54fc196dbd053f9dfb
title: Debugging JavaScript Review
challengeType: 24
dashedName: review-debugging-javascript
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the Debugging JavaScript topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723cc7a8e7aa3b9befd4bac
title: DOM Manipulation and Click Events with JavaScript Review
challengeType: 24
dashedName: review-dom-manipulation-and-click-events-with-javascript
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the DOM Manipulation and Click Events with JavaScript topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723ce555ff2dfc0cc04b69a
title: Form Validation with JavaScript Review
challengeType: 24
dashedName: review-form-validation-with-javascript
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the Form Validation with JavaScript topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6724e2dbf723fe1c8883cc69
title: Front End Libraries Review
challengeType: 24
dashedName: review-front-end-libraries
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the Front End Libraries topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6724e4cfea0c4f2425a9d064
title: Git Review
challengeType: 24
dashedName: review-git
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the Git topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723c66f623701a3cdf72130
title: JavaScript Arrays Review
challengeType: 24
dashedName: review-javascript-arrays
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Arrays topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723cf27c6e9a0c3f3041385
title: JavaScript Audio and Video Review
challengeType: 24
dashedName: review-javascript-audio-and-video
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Audio and Video topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723d13d756751caf871d59c
title: JavaScript Classes Review
challengeType: 24
dashedName: review-javascript-classes
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Classes topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723c554025f449f4f39c3f5
title: JavaScript Comparisons and Conditionals Review
challengeType: 24
dashedName: review-javascript-comparisons-and-conditionals
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Comparisons and Conditionals topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723ced0ba0b42c2a0ac14d2
title: JavaScript Dates Review
challengeType: 24
dashedName: review-javascript-dates
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Dates topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723cc0ca05ce9b87a319ceb
title: JavaScript Events Review
challengeType: 24
dashedName: review-javascript-events
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Events topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723d2c154dd19d0025f7cd9
title: JavaScript Functional Programming Review
challengeType: 24
dashedName: review-javascript-functional-programming
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Functional Programming topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723c5b8601a40a100bb59c9
title: JavaScript Functions Review
challengeType: 24
dashedName: review-javascript-functions
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Functions topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723ca166fe90eb0a3146848
title: JavaScript Fundamentals Review
challengeType: 24
dashedName: review-javascript-fundamentals
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Fundamentals topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723ca6c6db3deb21cb1bf19
title: JavaScript Higher Order Functions Review
challengeType: 24
dashedName: review-javascript-higher-order-functions
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Higher Order Functions topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723c837cd3276aa73e6da25
title: JavaScript Loops Review
challengeType: 24
dashedName: review-javascript-loops
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Loops topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723d027b02e4cc6ee5944da
title: JavaScript Maps, Sets, and JSON Review
challengeType: 24
dashedName: review-javascript-maps-sets-and-json
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Maps, Sets, and JSON topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723c463e51a2d9b747d7529
title: JavaScript Math Review
challengeType: 24
dashedName: review-javascript-math
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Math topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723c77d1a44b8a7599277dd
title: JavaScript Objects Review
challengeType: 24
dashedName: review-javascript-objects
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Objects topics and concepts.
@@ -0,0 +1,16 @@
---
id: 6723cdfa4ae237bf6b7e32eb
title: JavaScript Regular Expressions Review
challengeType: 24
dashedName: review-javascript-regular-expressions
---
# --description--
Review the concepts below to prepare for the upcoming quiz.
# --assignment--
Review the JavaScript Regular Expressions topics and concepts.

Some files were not shown because too many files have changed in this diff Show More