We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b053b48 commit 56f9719Copy full SHA for 56f9719
1-js/02-first-steps/04-variables/1-hello-variables/solution.md
@@ -1,7 +1,7 @@
1
-In the code below, each line corresponds to the item in the task list.
+I koden nedenfor forholder hver linje sig til linjen i opgavelisten.
2
3
```js run
4
-let admin, name; // can declare two variables at once
+let admin, name; // Du kan deklarere flere variable ad gangen
5
6
name = "John";
7
0 commit comments