Wednesday, August 3, 2011

First cryptic post

This is just a log of stuff that I may like to share with others.
Once in a while you may see some other cryptic stuff too ~ (

Let's begin the journey in search of the truth of none
// a javascript code
defined = 'undefined';
undefined = defined;
if(undefined){
  alert(typeof(undefined));
}