Skip to content

Commit 08be6ca

Browse files
authored
Update solution.md
translated comments.
1 parent f2dbeac commit 08be6ca

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
In the code below, each line corresponds to the item in the task list.
22

33
```js run
4-
let admin, name; // can declare two variables at once
4+
let admin, name; // ഒരേസമയം രണ്ട് വേരിയബിളുകൾ പ്രഖ്യാപിക്കാൻ കഴിയും
55

66
name = "John";
77

0 commit comments

Comments
 (0)