list some operators

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

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