mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum) add type coercion debug lab (#62930)
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
This commit is contained in:
@@ -3104,6 +3104,13 @@
|
||||
"In these lessons you will learn about the number type, arithmetic operators, and using them with numbers and strings."
|
||||
]
|
||||
},
|
||||
"lab-debug-type-coercion-errors": {
|
||||
"title": "Debug Type Coercion Errors in a Buggy App",
|
||||
"intro": [
|
||||
"In this lab, you will be working with a buggy app that contains several type coercion errors.",
|
||||
"Your task is to identify and fix these errors to ensure the application functions correctly."
|
||||
]
|
||||
},
|
||||
"lecture-working-with-operator-behavior": {
|
||||
"title": "Working with Operator Behavior",
|
||||
"intro": [
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to the Debug Type Coercion Errors in a Buggy App
|
||||
block: lab-debug-type-coercion-errors
|
||||
superBlock: full-stack-developer
|
||||
---
|
||||
|
||||
## Introduction to the Debug Type Coercion Errors in a Buggy App
|
||||
|
||||
In this lab, you will be working with a Buggy App that contains several type coercion errors. Your task is to identify and fix these errors to ensure the application functions correctly.
|
||||
Reference in New Issue
Block a user