mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): put correct marker in the hint (#46147)
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ const blueMarkerChildren = [...document.querySelector('.blue')?.children];
|
||||
assert(blueMarkerChildren.every(child => child?.localName === 'div') && blueMarkerChildren.length === 2);
|
||||
```
|
||||
|
||||
Your green marker's cap `div` element should be before the sleeve `div` element.
|
||||
Your blue marker's cap `div` element should be before the sleeve `div` element.
|
||||
|
||||
```js
|
||||
const blueMarkerChildren = [...document.querySelector('.blue')?.children];
|
||||
|
||||
Reference in New Issue
Block a user