Javascript – Can I have identiers looked up first as members of this, and then as globals?
I write JS (well, EcmaScript), but only relatively rarely. When writing on a member function for an object, I naturally often use other member variables and functions multiple times; but I tend to avoid defining my own globals, and no…