I am trying to log a long array so I can copy it quickly in my terminal. However, if I try and log the array it looks like:
[\'item\', \'item\', >>m
What's wrong with myArray.forEach(item => console.log(item))?
myArray.forEach(item => console.log(item))