# binary operator

[JS](https://lochiwei.gitbook.io/web/js) ⟩ [statement](https://lochiwei.gitbook.io/web/js/grammar/statement) ⟩ [expression](https://lochiwei.gitbook.io/web/js/grammar/statement/expr) ⟩ [operator](https://lochiwei.gitbook.io/web/js/grammar/op) ⟩ binary

{% hint style="success" %}
([](https://lochiwei.gitbook.io/web/js/grammar/op "mention")) an operation with <mark style="color:yellow;">**2 operands**</mark>.

:point\_right: [table-of-operators](https://lochiwei.gitbook.io/web/js/grammar/op/table-of-operators "mention")&#x20;
{% endhint %}

{% tabs %}
{% tab title="🔴 主題" %}

* [binary](https://lochiwei.gitbook.io/web/js/grammar/op/arithmetic/binary "mention")
  {% endtab %}

{% tab title="👥 相關" %}

* [unary](https://lochiwei.gitbook.io/web/js/grammar/op/unary "mention")
* [ternary](https://lochiwei.gitbook.io/web/js/grammar/op/ternary "mention")
  {% endtab %}

{% tab title="📘 手冊" %}
\*
{% endtab %}
{% endtabs %}
