mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: Replace quotes with backticks in Cat Photo App step 9. (#59836)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user