fix(curriculum): Improve Pokemon Search App hint (#58657)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Abdur Rab Khan
2025-02-13 16:36:33 +05:30
committed by GitHub
parent 85e6c8aa61
commit b8c6b2893b
@@ -43,7 +43,7 @@ Fulfill the user stories and pass all the tests below to complete this project.
# --hints--
You should have an `input` element with an `id` of `"search-input"` and is **required**.
You should have an `input` element with an `id` of `"search-input"`. The `input` should be marked as required.
```js
const el = document.getElementById('search-input');