Javascript MCQ Set 1 1. When are the keyboard events fired? a) When user manually calls the button b) When user clicks a key c) When the user calls the modifier d) All of the mentioned AnswerAnswer: b [Reason:] The keydown and keyup events are fired when the user presses or releases a key on…