Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. Which property is used to detect the browser’s user agent and code based on the pertinent cases?

  2. A.

     navigator.userAgent

    B.

     navigator.user

    C.

     navigator

    D.

     return

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    An old strategy was to look at the property navigator.userAgent to detect the browser’s user agent and code based on the pertinent cases.


Be The First To Comment