For Webapp-development debugging with alert() is not very comfy and might be also annoying.
So it would be nice to provide an output-function with very little efford:
Great! Next idea: Why just be able to print text? How about printing an object recursivly
as a tree instead of [object Object]!
Side benefit: You can print and observe your current settings of your Browser/HTML-Page.
So if you forgot the name of a property, why don't print the object and its child instead to look
some reference up.