What is the value of the property "example" of the object window.story? <%= window.story.example %> [[Delete the value!]]<% // Delete the variable delete window.story.example; %> [[Test for value]]Does "example" still exist as part of the object window.story? <%= window.story.hasOwnProperty("example") %>