[Solved] Has something changed in Javascript implementations recently (or is it me)?
No, this hasn’t changed (there’s something similar that’s changed, but not this; more below). Here’s the difference: If item isn’t declared, then you’ll get the error about item. If item is declared but has the value undefined, you’ll get the error about reading a property of undefined. This has always been the case. You mentioned … Read more