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".