-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Open
Labels
good first issueA good issue for newcomers to get started with.A good issue for newcomers to get started with.l10n-jaIssues related to Japanese content.Issues related to Japanese content.
Description
MDN URL
https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Increment
この問題に関する節や見出しはどこですか。
解説
不完全、不親切、不完全であった情報は何ですか。
後置演算子として使用した場合(演算子がオペランドの後ろにあった場合、例えば
x++)、インクリメント演算子は減算を行い、減算前の値を返します。接頭辞として使用され、演算子がオペランドの前に置かれた場合(例えば
++x)、減算演算子は減算を行い、減算後の値を返します。
どう表示されるべきだと思いますか。
後置演算子として使用した場合(演算子がオペランドの後ろにあった場合、例えば
x++)、インクリメント演算子はインクリメントを行い、インクリメント前の値を返します。接頭辞として使用され、演算子がオペランドの前に置かれた場合(例えば
++x)、インクリメント演算子はインクリメントを行い、インクリメント後の値を返します。
補足情報となるリンク、参考資料、引用文献はありますか。
No response
他に共有したいことはありますか。
No response
MDN metadata
Page report details
- Folder:
ja/web/javascript/reference/operators/increment - MDN URL: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Increment
- GitHub URL: https://github.com/mdn/translated-content/blob/main/files/ja/web/javascript/reference/operators/increment/index.md
- Last commit: 5ef19d9
- Document last modified: 2025-09-08T10:16:18.000Z
Metadata
Metadata
Assignees
Labels
good first issueA good issue for newcomers to get started with.A good issue for newcomers to get started with.l10n-jaIssues related to Japanese content.Issues related to Japanese content.