hi, totally blind, using jaws 2025, windows 11 2025 and google crhome version 144. now up to step 21 of the build a plant nursery catalog project. step 21 is not passing, is it a glitch with the fcc beta online system? is it my code and will paste the code for step 21, and also the errors and a link to the step. is it fcc which is not passing, have reset the lesson, also refreshed the page several times. so can any one help me out. is it fcc tests or is it my code?
thank you.
marvin.
ps: pasting the javascript for step 21 below.
java script function:
function displayCatalog() {
for (const entry of catalog.entries()) {
console.log(entry[1]);
}
}
displayCatalog();
Your displayCatalog function should log each value contained in catalog to the console.
hi, okay did rewrite the function and then did try to google. it is not passing, is the test very strict. what is the test actually looking for to get an idea how it to pass. it is not passing. and i cannot look to see if any hidden characters or trailling spaces, as using a screen reader and totally blind. so how to get this step to pass. what am i missing. can you explain. not to do the code for me, but to explain what the automated tests are looking for to try to then match the test category and get it to pass, tried for hours trying to get this to work and getting frustrated.