Cannot read length property!

whats to consider and what’s the property here?

Your code so far


<body>
  <header>
    <h1>Deep Thoughts with Master Camper Cat</h1>
  </header>
  <article>
    <h2>Defeating your Foe: the Red Dot is Ours!</h2>
    <p>Felines the world over have been waging war on the most persistent of foes. This red nemesis combines both cunning stealth and lightening speed. But chin up, fellow fighters, our time for victory may soon be near.Click here for <a href="length">information about batteries</a></p>
  </article>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/give-links-meaning-by-using-descriptive-link-text

I think it might be a bug in the tests.

1 Like

I take that back.

So expand the window by dragging the editor to be wider. Might be missing a space or something when changing up the code.

1 Like

remove the length from within the href=“length” . and if it was not working even before that. then there is a bug move on to the next challenges. the project is the part on which you will be certified. this is your training. and technically you have done right if you didn’t use the “length” text beforehand.

1 Like

Also, yeah, there’s no href=“length”, but do set href to and empty string.

1 Like