DEV Community

Discussion on: 7 Killer JavaScript One-Liners that you must know

Collapse
 
m0nm profile image
m0nm

Nice tips, but i think you made a mistake on the fifth tip. It should be like this:

console.log(arr1IsEmpty); //output - true
console.log(arr2IsEmpty); // output - false
Enter fullscreen mode Exit fullscreen mode