Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following key property holds the key name as a string?

  2. A.

     keyName

    B.

     key

    C.

     keyName(string)

    D.

     Nameofkey(string)

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The DOM Level 3 Events defines a new key property that contains the key name as a string.


Be The First To Comment