feat(curriculum) add type coercion debug lab (#62930)

Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
This commit is contained in:
Hillary Nyakundi
2025-10-31 15:49:20 +03:00
committed by GitHub
parent ae615ba4c5
commit 39f2b3ab19
5 changed files with 211 additions and 0 deletions
+7
View File
@@ -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.