Async Constructor

Example of using new with an object, that initializes itself asynchronously.

See dev console output.

Note

People on irc.freenode.net##javascript told me,
this would be a bad way of doing things.
They especially told me Do not use constructors.