Printable View
Is this correct? Code: if (foo != null) { //mojo }
if (foo != null) { //mojo }
I believe null is 0 is Javascript, so that should work.