There was an error while loading. Please reload this page.
var myObj = bull; alert(myObj);///does nothing
It should display message with empty content or "null".
var myObj = bull;
alert(myObj);///does nothing
It should display message with empty content or "null".