<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/courses/web-beginner-en-7I7Xm/0/7?curriculum_id=5124ef4c78d510dd89003eb8#
I’m not stuck in this exercise, I’m just giving you guys a heads up concerning the example explanation.
In the INSTRUCTIONS:
Quote : “Then, print out join(”," $the_array)." end of quote.
You’re missing the “,” (argument separator) inside the join function.
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
```Replace this line with your code.
<do not remove the three backticks above>