Skip to content

Commit

Permalink
Merge pull request #361 from yumetodo/patch-1
Browse files Browse the repository at this point in the history
fix: add permanent notation
  • Loading branch information
azu authored Feb 13, 2018
2 parents 2f12b39 + 8199ae4 commit a2681b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .textlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"comments": true,
"whitelist": {
"allow": [
"/{#[a-z.-]*?}/",
"/{{[a-zA-Z.]*?}}/",
"と考えるかもしれません"
]
Expand Down
4 changes: 2 additions & 2 deletions source/basic/introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
author: azu
---

# JavaScriptとは
# JavaScriptとは {#what-is-javascript}

JavaScriptはウェブブラウザ、Node.jsを始め、今はIoT(Internet of Things)デバイスなど幅広い環境で動作する言語となっています。

Expand All @@ -20,7 +20,7 @@ JavaScriptという言語は、[Ecma International][]によって標準化され

この章では、そのような実行環境に依存しないJavaScriptの機能について学んでいきます。

## JavaScriptってどのような言語?
## JavaScriptってどのような言語? {#about-javascript}

JavaScriptは、C、Java、Self、Schemeなどの言語の影響を受けています。

Expand Down

0 comments on commit a2681b8

Please sign in to comment.