why is this wrong?
const myArticle = I’m an article;
const myArticle = <article>I'm an article</article>;
why is this wrong?
const myArticle = I’m an article;
const myArticle = <article>I'm an article</article>;
It’s not wrong. CodeAcademy has a bug.
I’m having the same issue. Not good for Codecademy!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.