Course · Section 2: JavaScript Fundamentals – Part 1 · Lecture 13: Basic Operators
Implement `toggleAll(arr)` returning a new array with the logical NOT of each element.
+ 1 hidden test run on Submit.
map with !x returns a new array of negated truthiness for each element.
Run your code to see results.