Learn Bash Scripting by Building Five Programs - Build Five Programs

Tell us what’s happening:

Awesome. One last thing. Add an empty line in front of where you print the response.
I’m unable to complete the last one eventhough my code is correct
echo -e “\n ${RESPONSES[$N]}”

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

Challenge Information:

Learn Bash Scripting by Building Five Programs - Build Five Programs

can you make sure you are not using the curly quotes “\n ${RESPONSES[$N]}” but the straight ones instead? "\n ${RESPONSES[$N]"

if you are writing exactly what is expected and not passing, try to run the RESET button in the middle of the page but do so with EXTREME patience or the whole project can break.
That is, click it and wait very very patiently until is completely finished with the reset. Do not try anything until is fully reset.

Thanks for your response. My issue has been resolved. We need to add that statement at the end of the function

2 Likes