We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b4f6a commit fe628c5Copy full SHA for fe628c5
1-js/02-first-steps/02-structure/article.md
@@ -16,7 +16,7 @@ Statements are syntax constructs and commands that perform actions.
16
alert('Hello'); alert('World');
17
```
18
19
-Usually, statements are written on separate lines to make the code more readable:
+സാധാരണയായി, statementകൾ വായിക്കാൻ എളുപ്പത്തിനായി പല പല വരികളിലായിട്ടാണ് എഴുതുന്നത്:
20
21
```js run no-beautify
22
alert('Hello');
@@ -27,7 +27,7 @@ alert('World');
27
28
A semicolon may be omitted in most cases when a line break exists.
29
30
-This would also work:
+ഇതും work ആകും:
31
32
33
alert('Hello')
0 commit comments