Open
Description
There is a type on the following file: javascript-exercises/05_joinStrings/README.md
Line 18:
The last word on the line should be punctuation not punctation.
Wrong:
"Note: To make the tests pass, you will need to use exact values and wording (as you will see described in joinStrings.js
). If the tests fail, look at the feedback in your terminal then check your spacing, capitalization, and punctation."
Correct:
Note: To make the tests pass, you will need to use exact values and wording (as you will see described in joinStrings.js
). If the tests fail, look at the feedback in your terminal then check your spacing, capitalization, and punctuation.
Metadata
Metadata
Assignees
Labels
No labels