codethesaur.us
codethesaur.us copied to clipboard
Akkshay tandon updated js operators
What GitHub issue does this PR apply to?
None
What changed and why?
modified : not_equal_to_operator, (integer division, xnor operators and their assignment) added : logical and, logical or, logical not, unary plus, unary minus, (bitwise and, or, not, xor and their assignment)
(If editing Django app) Please add screenshots
Checklist
- [ ] I claimed any associated issue(s) and they are not someone else's
- [ ] I have looked at documentation to ensure I made any revisions correctly
- [ ] I tested my changes locally to ensure they work
- [ ] (If editing Django) I have added or edited any appropriate unit tests for my changes
Any additional comments or things to be aware of while reviewing?
added "not-implmented" ID to both ECMAScript-2020 and ECMAScript-2021
This looks good! I'll merge it in.
Thank you for updating the JavaScripts! I appreciate it!