Thursday, July 29, 2010

Object.create - only GC

A must read for JS developers... I have to go back to my code before and need to see the usage of "hasOwnProperty" and evaluate it...

However I noticed the "Object.create" function does not work in IE6, FF3.6.8 and Opera 10.6 browsers...
But it works in Google Chrome 5

I did not check with the other versions of IE, FF & Opera...

Seems the author has given code exclusively for GC! ;)

in reference to: http://www.nczonline.net/blog/2010/07/27/determining-if-an-object-property-exists/ (view on Google Sidewiki)