Create a function that subtracts one positive integer from another, without using any arithmetic operators such as -, %, /, +, etc.
-
%
/
+
mySub(5, 9) ➞ 4 mySub(10, 30) ➞ 20 mySub(0, 0) ➞ 0
-1
<<
|
~
&