|------------B---A---|
anti-user pro-user
Is Mozilla still, currently, a failure at their job? |--------------------|
anti-user pro-user
Where on the scale is "failure"? Let's say Mozilla is on the M, and Google is on the G: |----G-------M-------|
anti-user pro-user
Is Mozilla failing? var iframe = document.createElement('frame');
document.body.appendChild(iframe);
var value = iframe.contentWindow.Array();
value.constructor === Array // false
value instanceof Array // false
value instanceof iframe.contentWindow.Array // true
Stringifying the constructor works even for cross-frame values: value.constructor.toString() === Array.toString() // true
These days though, `Array.isArray` is the right thing to do, available since roughly 2010.
Music is a big part of my life and I've found great joy in discovering new music. To give it a start, here are some suggestions from across genres of good music written after 2010:
...and uncountable others. What's your groove? I'm sure it can still be found out there!