Skip to content

Commit fe628c5

Browse files
Update article.md
1 parent 18b4f6a commit fe628c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-js/02-first-steps/02-structure/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Statements are syntax constructs and commands that perform actions.
1616
alert('Hello'); alert('World');
1717
```
1818

19-
Usually, statements are written on separate lines to make the code more readable:
19+
സാധാരണയായി, statementകൾ വായിക്കാൻ എളുപ്പത്തിനായി പല പല വരികളിലായിട്ടാണ് എഴുതുന്നത്:
2020

2121
```js run no-beautify
2222
alert('Hello');
@@ -27,7 +27,7 @@ alert('World');
2727

2828
A semicolon may be omitted in most cases when a line break exists.
2929

30-
This would also work:
30+
ഇതും work ആകും:
3131

3232
```js run no-beautify
3333
alert('Hello')

0 commit comments

Comments
 (0)