Help with technical documentation assignment

I have been staring at this for the last couple of days and cannot seem to find my error, the message is as follows…

  1. Each element with the class of “nav-link” should contain text that corresponds to the text within each (e.g. if you have a “Hello world” section/header, your navbar should have an element which contains the text “Hello world”).
    Check that these headers have corresponding .nav-link elements and be mindful of case! : JAVASCRIPT AND JAVA : expected 1 to equal 0
    AssertionError: Check that these headers have corresponding .nav-link elements and be mindful of case! : JAVASCRIPT AND JAVA : expected 1 to equal 0
    at Proxy.c (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:549:1889)
    at Proxy.l (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:431:130)
    at Function.n.strictEqual (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:574:655)
    at a. (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:657:149268)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:38668
    at i.g.run (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:38963)
    at N.runTest (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:45686)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:46651
    at o (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:45075)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:45145

I pass 15/16 but this one has me stubbed, my pen is…
https://codepen.io/Majestic2769/pen/zYrYYNp
can a fresh pair of eyes help out … thank you in advance

Hello~!

Check your spelling and casing here: :slight_smile:
image

Thank you very much!

1 Like