Operator (演算子)
記号や英数字によって構成された予約語で、内蔵の機能を実行します。例えば、 JavaScript では加算演算子("+")は複数の数値を加算したり文字列を結合したりします。「否定」演算子("!")は式を否定し、例えば、 true
を表す式では false
を返します。
詳細情報
>一般的な知識
- Wikipedia のja:演算子の記事
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2024 by individual mozilla.org contributors. Content available under a Creative Commons license.