I can’t seem to pass #12 on the Technical Doumentage Project. Everything looks correct and I’ve tried numerous times to figure out what I’m doing wrong here with no luck. Hoping to get some extra eyes to help.
It’s pretty silly actually - one of your nav-link says “JavaScript & Java” and the corresponding header is “JavaScript and Java” (you just need to get them to match)
it say also what you need to check in the red message!
Each element with the class of “nav-link” should contain text that corresponds to the <header> text within each <section> (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