We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
There is an unexpected result in exponentiation assignment
let a = 3; console.log(a **= 'hello');
expected output: NaN got: 1
NaN
1
thanks
The text was updated successfully, but these errors were encountered:
This has already been fixed in master branch when #520 landed (fixed all operation +, -, &, |, **), I'm assuming you are using version 0.9, right?
master
0.9
Edit: Created a PR for testing the above mentioned code also removed deprecated function #616
Sorry, something went wrong.
Closing this issue since it is fixed :)
No branches or pull requests
Hi
There is an unexpected result in exponentiation assignment
expected output:
NaN
got:
1
thanks
The text was updated successfully, but these errors were encountered: