Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions book/languages/js/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Some of its variants are also used in creating desktop and mobile native apps (P
> The file extension of JavaScript is .js

```md
The ".js" extension in the names of some frameworks like React.js is supposed to mean that they
are related to JavaScript and not that they are individual files written in JavaScript.
```
The ".js" extension in the names of some frameworks like
React.js is supposed to mean that they are related to
JavaScript and not that they are individual files
written in JavaScript.
```