Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Jan 21, 2020
1 parent 5791f9b commit 656e841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/introduction-to-js-1/tasks/variables/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

This task covers basic understanding of declaring a variable with a value, then initializing it. Ideally your code should look something like this:
This task covers basic understanding of declaring a variable with a value, and initializing it — both separately and at the same time. Ideally your code should look something like this:

```
let myName;
Expand Down

0 comments on commit 656e841

Please sign in to comment.