list some operators

Josh Wolfe 2017-10-06 02:48:54 -07:00
parent 3aaccedff1
commit cd413abb5b

@ -16,8 +16,8 @@
- [ ] typeof
- [x] prefix +
- [ ] negation (@thejoshwolfe)
- [ ] bitwise operators (@thejoshwolfe)
- [ ] shifts (@thejoshwolfe)
- [ ] bitwise operators `&`, `|`, `^`, `~` (@thejoshwolfe)
- [ ] shifts `<<`, `>>`, `>>>` (@thejoshwolfe)
- arithmetic operators
- [ ] addition
- [ ] subtraction