I am migrating an old IE application to support latest browser.
came across strange issue, In IE the same code return the true while in chrome its returning the False Please check the attached images.
delFlag is defined as
var delflag='';
but in chrome ,its showing false

in IE its considered as object but in chrome its not, I guess. I am not sure, if eval function has anything to do with this object. Thanks in advance