Skip to content

Commit

Permalink
Update marking.md (#701)
Browse files Browse the repository at this point in the history
fixes the misspelling of the word "with" in the first exercise.
  • Loading branch information
Leandrys Osorio authored Dec 27, 2023
1 parent 3ecaba0 commit cae0419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/introduction-to-js-1/tasks/strings/marking.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Note: If there is an error in your code, it will be outputted into the results p

## Task 1

The first task asks you to store a new string in a variable to go along wth the existing one, which contains the missing half of the famous quote. Call the new variable you add `quoteEnd`.
The first task asks you to store a new string in a variable to go along with the existing one, which contains the missing half of the famous quote. Call the new variable you add `quoteEnd`.

You'll also need to escape the apostrophe in the existing string so that it doesn't throw an error.

Expand Down

0 comments on commit cae0419

Please sign in to comment.