diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 5678522..3421d89 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -16,8 +16,8 @@ - [ ] typeof - [x] prefix + - [ ] negation (@thejoshwolfe) - - [ ] bitwise operators (@thejoshwolfe) - - [ ] shifts (@thejoshwolfe) + - [ ] bitwise operators `&`, `|`, `^`, `~` (@thejoshwolfe) + - [ ] shifts `<<`, `>>`, `>>>` (@thejoshwolfe) - arithmetic operators - [ ] addition - [ ] subtraction