0 votes
in JavaScript by

Which of the following is true?

a) If onKeyDown returns false, the key-press event is cancelled.

b) If onKeyPress returns false, the key-down event is cancelled.

c) If onKeyDown returns false, the key-up event is cancelled.

d) If onKeyPress returns false, the key-up event is canceled.

1 Answer

0 votes
by
Answer:-  A

reason:-No explanation.

Related questions

0 votes
asked Mar 23, 2021 in JavaScript by sharadyadav1986
0 votes
asked Oct 9, 2022 in JavaScript by Robin
...