Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8436363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:09:35+00:00 2026-06-10T07:09:35+00:00

I am trying to understand what is possible with binary operators (only binary operators)

  • 0

I am trying to understand what is possible with binary operators (only binary operators) in JavaScript. So far the list of binary operators I have discovered are the the following. They are primarily sourced from this list, but are any missing?

Note, I am after specifically only binary operators which, according to the source listed above, is defined as binary operators you use with two objects (is this accurate?). I have also added the additions from @zessx.

+   //Add
-   //Subtract
/   //Divided by
*   //Multiple
%   //Modulus
<   //Less than
>   //Greater than
&   //AND
|   //OR
^   //XOR
~   //Invert each bits
<<  //Move all bits onto the left
>>  //Move all bits onto the right
>>> //Move all bits onto the right and fill left end with 0
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T07:09:36+00:00Added an answer on June 10, 2026 at 7:09 am

    You will find a complete list in the specification, in the expression chapter. Because the most “normal” operators are binary (see the definition at Wikipedia), they are not explicitly listed as such (like the unary and ternary operators). They are:

    • Multiplicative Operators
      • The * Operator
      • The / Operator
      • The % Operator
    • Additive Operators
      • The Addition operator (+)
      • The Subtraction Operator (-)
    • Bitwise Shift Operators
      • The Left Shift Operator (<<)
      • The Signed Right Shift Operator (>>)
      • The Unsigned Right Shift Operator (>>>)
    • Relational Operators
      • The Less-than Operator (<)
      • The Greater-than Operator (>)
      • The Less-than-or-equal Operator (<=)
      • The Greater-than-or-equal Operator (>=)
      • The instanceof operator
      • The in operator
    • Equality Operators
      • The Equals Operator (==)
      • The Does-not-equals Operator (!=)
      • The Strict Equals Operator (===)
      • The Strict Does-not-equal Operator (!==)
    • Binary Bitwise Operators (&, ^, |)
    • Binary Logical Operators (&&, ||)

    Technically speaking, also the assignment and comma operators are binary.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have no experience with Javascript/JQuery/AJAX so I'm trying to understand if it's possible
I am trying to understand JavaScript minification and compression processes and have couple of
Possible Duplicate: JavaScript: Class.method vs. Class.prototype.method I am trying to understand object in JavaScript.
I'm trying to understand the simplest background transition possible using only HTML5 and CSS3
I'm trying to understand if it's possible to create a set of variables that
i'm trying to understand how and if its possible to keep a session open
I'm new to iOS development and I'm trying to understand if is it's possible
Possible Duplicate: Difference between (function(){})(); and function(){}(); I am trying to understand a few
I am trying understand ViewModels deeper and I have read many articles and blogs
Out of curiosity and trying to understand the subprocess module: Is it possible to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.