mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): Improve Pokemon Search App hint (#58657)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user