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, 1.
console.log(3n > 5); // expected output: false
Results in panic
console.log('ab' > 'aa'); expected output: true, got: false
The text was updated successfully, but these errors were encountered:
Yes. the relation operators (>, <, <=, >=) are not spec complaint.
Sorry, something went wrong.
=>
HalidOdat
Successfully merging a pull request may close this issue.
Hi,
1.
Results in panic
The text was updated successfully, but these errors were encountered: