3 | | * the "lenght" typo |
4 | | * the fact that the arr.shift() is destructive on the argument passed in |
5 | | * removes bloat to check for an invalid call of arg length = 1 |
6 | | * arg length 3 and the default case seem to be redundant |
7 | | * reorders the arg list to be more sane and reduce the code and api complexity (we can get away with it in 0.9) |
| 3 | * the "lenght" typo |
| 4 | * the fact that the arr.shift() is destructive on the argument passed in |
| 5 | * removes bloat to check for an invalid call of arg length = 1 |
| 6 | * arg length 3 and the default case seem to be redundant |
| 7 | * reorders the arg list to be more sane and reduce the code and api complexity (we can get away with it in 0.9) |