7.
1 onevent("topbutton",
2 console.log (apple"
3
4 console.log("banana"
5 onevent("bottombutton", "click", function
6
7
8 console.log "dragon fruit");
the following program is run. then the user clicks the "bottombutton" two times. what will be displayed in the console?
console.log "cherry
};
"click", function
apple banana cherry cherry dragon fruit
a.
b. banana dragon fruit cherry cherry
c.
banana dragon fruit apple apple
d.
banana cherry cherry dragon fruit