Skip to content

Commit 56f9719

Browse files
authored
Update solution.md
1 parent b053b48 commit 56f9719

File tree

1 file changed

+2
-2
lines changed
  • 1-js/02-first-steps/04-variables/1-hello-variables

1 file changed

+2
-2
lines changed

1-js/02-first-steps/04-variables/1-hello-variables/solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
In the code below, each line corresponds to the item in the task list.
1+
I koden nedenfor forholder hver linje sig til linjen i opgavelisten.
22

33
```js run
4-
let admin, name; // can declare two variables at once
4+
let admin, name; // Du kan deklarere flere variable ad gangen
55

66
name = "John";
77

0 commit comments

Comments
 (0)