Nav-link Technical Project

I am having an issue with the nav-link and main-section part of the Technical Project.
I used Ctrl+F to see if it was a typo, but the numbers keep changing on me when the error says expecting 11 got 8, it went up to 12.
I basically cut and pasted the example, and filled in my own wording. I don’t see what I am doing wrong.
Please help.

https://codepen.io/Medearave/pen/vYywRPy

You have 12 nav-links and only 8 main-sections. Also, check if the closing </ul> tag is where it should be.

1 Like

@Medearave, when a test fails click the red button to see which test(s) are failing and text to help you correct the issue.

  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Make the project from scratch, with your own code, style and content. Don’t take code from the sample project.
    • The projects aren’t just another challenge. Each one is meant to be a significant step in your progress. Every project you do will require research, planning, trial and error, and strengthening your skills beyond what you gain from the incremental challenges.
    • The hardest part of coding is looking at a problem and coming up with a plan to solve that problem. Starting out by looking at someone else’s code completely bypasses that step.

Thank you! That helped fix the problem and now I got all tests to pass!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.