Does no array element fulfill the condition in Javascript?
I need to perform an action in JavaScript code only if no array elements fulfill a condition. What's the optimal way to do it? In this particular case, I need to push something to the dataLayer only if it's not…