You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your new `p` element should have the text `The millions of people who are learning to code through freeCodeCamp will have an even better resource to help them learn these fundamentals.`.
42
42
43
43
```js
44
-
assert(document.querySelector('.image-quote p')?.innerText==='The millions of people who are learning to code through freeCodeCamp will have an even better resource to help them learn these fundamentals.');
44
+
assert.equal(document.querySelector('.image-quote p')?.innerText,'The millions of people who are learning to code through freeCodeCamp will have an even better resource to help them learn these fundamentals.');
0 commit comments