Skip to content

Commit

Permalink
Merge pull request #2 from succi0303/translation-of-statement
Browse files Browse the repository at this point in the history
Change translation of "Statement", "文字" -> "文"
  • Loading branch information
oimo23 authored Mar 3, 2019
2 parents 2ee2644 + 2a9af1b commit 9e8fc00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
4. **[Implicit, Explicit, Nominal, Structuring and Duck Typing](#4-implicit-explicit-nominal-structuring-and-duck-typing)**
5. **[== vs === vs typeof](#5--vs--vs-typeof)**
6. **[関数スコープ、ブロックスコープ、静的スコープ (Function Scope, Block Scope and Lexical Scope)](#6-関数スコープブロックスコープ静的スコープ-function-scope-block-scope-and-lexical-scope)**
7. **[式 (Expression) vs 文字 (Statement)](#7-式-expression-vs-文字-statement)**
7. **[式 (Expression) vs (Statement)](#7-式-expression-vs--statement)**
8. **[即時関数、モジュール、名前空間 (IIFE, Modules and Namespaces)](#8-即時関数モジュール名前空間iife-modules-and-namespaces)**
9. **[メッセージキューとイベントループ (Message Queue and Event Loop)](#9-メッセージキューとイベントループ-message-queue-and-event-loop)**
10. **[setTimeout, setInterval and requestAnimationFrame](#10-settimeout-setinterval-and-requestanimationframe)**
Expand Down Expand Up @@ -242,7 +242,7 @@

---

## 7. 式 (Expression) vs 文字 (Statement)
## 7. 式 (Expression) vs (Statement)

### 記事

Expand Down Expand Up @@ -998,4 +998,4 @@
### ビデオ
* 🎥 [JavaScript Pro Tips - Code This, NOT That](https://www.youtube.com/watch?v=Mus_vwhTCq0)

**[⬆ トップへ戻る](#目次-table-of-contents)**
**[⬆ トップへ戻る](#目次-table-of-contents)**

0 comments on commit 9e8fc00

Please sign in to comment.