Skip to content

Commit 60fda39

Browse files
authored
feat(docs): add JavaScript language documentation
Update javascript.mdx to fix some grammatical issues
1 parent 977c9ee commit 60fda39

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/languages/javascript.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[JavaScript](https://developer.mozilla.org/docs/Web/JavaScript) is a versatile, interpreted programming language that powers the dynamic behavior on most websites.
44

5-
LiveCodes runs JavaScript natively in the browser.Since JavaScript runs in the browser, it has a host environment with access to the DOM and other Web APIs, but it does not have Node.js features such as the file system or process information.
5+
LiveCodes runs JavaScript natively in the browser. Since JavaScript runs in the browser, it has a host environment with access to the DOM and other Web APIs, but it does not have Node.js features such as the file system or process information.
66

77
## Demo
88

@@ -69,7 +69,7 @@ Depends on the browser's JavaScript engine and its supported ECMAScript features
6969

7070
## Code Formatting
7171

72-
Using [Prettier](https://prettier.io/) for code Formatting.You can format your code when saving the project, but you need to manually enable Format on Save in the settings.
72+
Using [Prettier](https://prettier.io/) for code Formatting. You can format your code when saving the project, but you need to manually enable "Format on Save" in the settings.
7373

7474
## Live Reload
7575

@@ -82,4 +82,4 @@ https://livecodes.io/?template=Javascript
8282
## Links
8383

8484
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
85-
- [Web API](https://developer.mozilla.org/en-US/docs/Web/API)
85+
- [Web API](https://developer.mozilla.org/en-US/docs/Web/API)

0 commit comments

Comments
 (0)