mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(cirriculum): Clarify instructions in step 61 of cat photo app project (#49160)
* rephrase step 61 prompt * wrap "indoor" in code block Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org> --------- Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
This commit is contained in:
parent
360f23c82c
commit
7cd1d26f09
@ -22,7 +22,7 @@ assert(
|
||||
);
|
||||
```
|
||||
|
||||
The first radio button is missing the `checked` attribute.
|
||||
Your first radio button, with the `id` set to `indoor`, should have the `checked` attribute.
|
||||
|
||||
```js
|
||||
assert($('input[type="radio"]')[0].hasAttribute('checked'));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user