From cd413abb5b9a50dd0d80c3312acc188e276bbde6 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Fri, 6 Oct 2017 02:48:54 -0700 Subject: [PATCH] list some operators --- BigInt-test-plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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