Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitwise operators #7

Open
Tarabass opened this issue Jun 26, 2015 · 3 comments
Open

Bitwise operators #7

Tarabass opened this issue Jun 26, 2015 · 3 comments
Labels

Comments

@Tarabass
Copy link

Are bitwise operators coming? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators

@rainyear
Copy link
Owner

@Tarabass I thought it was not very commonly used, but I've received couple of suggestions about this, so I put it on the TODO list, thx~

@dhenson02
Copy link

👍

@rainyear rainyear added the TODO label Jun 27, 2015
@GottZ
Copy link

GottZ commented Jun 29, 2015

@rainyear there are people like me that do stuff like:

if (~foo.indexOf("bar"))

and something like:

var min = sec / 60 | 0;
sec %= 60;

so please keep in mind people use them for other purposes aswell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants