How do I see if a certain object has been loaded, and if not, how can it be loaded, like the following?
if (!isObjectLoaded(someVar)) { someVar= loadObject()
typeof(obj) would return "object" for an object of a class among other possible values.
typeof(obj)