mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix: Replace quotes with backticks in Cat Photo App step 9. (#59836)
This commit is contained in:
parent
ed6c77e972
commit
573d08dc70
@ -33,7 +33,7 @@ Your `img` element does not have an `alt` attribute. Check that there is a space
|
||||
assert.isTrue(document.querySelector('img')?.hasAttribute('alt'));
|
||||
```
|
||||
|
||||
Your `img` element's `alt` attribute value is set to something other than 'A cute orange cat lying on its back'. Make sure the `alt` attribute's value is surrounded with quotation marks.
|
||||
Your `img` element's `alt` attribute value is set to something other than `A cute orange cat lying on its back`. Make sure the `alt` attribute's value is surrounded with quotation marks.
|
||||
|
||||
```js
|
||||
const altText = document
|
||||
|
||||
Loading…
Reference in New Issue
Block a user