Sita wishes to greet the user when the user clicks on "Greet Me" button. In which event does she need to write the JavaScript code for greeting the user?
Answer options
A
True
B
False
Correct answer: True
Explanation
Sita should write the JavaScript greeting code in the onclick event of the button. The onclick event fires when the user clicks the element.