The following program is run. Then the user click the "bottomButton TWO TIMES, What will be displayed in the console
1
onEvent("topButton","click", function ()
2
console.log("aaa"
3
4.
console.log("bbb");
5
onEvent( "bottomButton", "click", function() {
6
console.log("ccc");
7
)