The closest I got to something close to Python\'s repr is this:
function User(name, password){ this.name = name; this.pass
String(user)
Is the best I can think of. I think another alternative may be to find a 3rd party lib that handles creating human readable presentation for objects.