Hello! This was once a Wordpress Blog, but one needs only one blog in their life.
Visit Current BlogMeanwhile, here are some favourite coding tips as promised..
Ever wonder what exactly in your digital machine called a given function?
function whyIsThisFiringRightNow(){
console.log("This was invoked by: " + whyIsThisFiringRightNow.caller);
}