From 9d441440ac7ca8babab6923546853c604f7df1fb Mon Sep 17 00:00:00 2001 From: stimmer860 <166973460+stimmer860@users.noreply.github.com> Date: Fri, 8 Aug 2025 00:30:29 -0700 Subject: [PATCH] Fix(curriculum): Moved API above Objective line and added short introduction (#61736) --- .../lab-weather-app/66f12a88741aeb16b9246c59.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lab-weather-app/66f12a88741aeb16b9246c59.md b/curriculum/challenges/english/25-front-end-development/lab-weather-app/66f12a88741aeb16b9246c59.md index c24eebd2c16..ebaaaa55dbf 100644 --- a/curriculum/challenges/english/25-front-end-development/lab-weather-app/66f12a88741aeb16b9246c59.md +++ b/curriculum/challenges/english/25-front-end-development/lab-weather-app/66f12a88741aeb16b9246c59.md @@ -8,7 +8,7 @@ demoType: onClick # --description-- -**Objective:** Fulfill the user stories below and get all the tests to pass to complete the lab. +In this lab, you'll build an app that provides weather information from different cities. You will use a weather API. The output data has the following format: @@ -39,6 +39,8 @@ You will use a weather API. The output data has the following format: } ``` +**Objective:** Fulfill the user stories below and get all the tests to pass to complete the lab. + **User Stories:** 1. You should have a `button` element with an `id` of `get-weather-btn`.