And in Javascript those kind of errors are *much* more difficult to spot, as functions can behave like objects, so you'll get either an [undefined] or [object] return.
Earth.USA.Indiana.People["Storer"]["John"][2].PrintHello("Hi!");
And in Javascript those kind of errors are *much* more difficult to spot, as functions can behave like objects, so you'll get either an [undefined] or [object] return.
Earth.USA.Indiana.People["Storer"]["John"][2].PrintHello("Hi!");