Implement `toggleAll(arr)` returning a new array with the logical NOT of each element.
Run your code to see results.