How Challenges Differ From Labs
Labs teach. Challenges test.
A challenge usually gives you a scenario, a broken state, or a required outcome. You decide what to inspect, what to change, and how to prove the result.
Challenges are the bridge between guided labs and full projects. They help you practice judgment before a project asks you to own a larger outcome.
How To Approach A Challenge
Start by reading the scenario carefully. Identify what is known, what is missing, and what outcome the validation expects.
Use hints only when you are stuck. The goal is not just to pass validation, but to build confidence solving realistic problems.