Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. ___________ is used to test whether geolocation is supported in old browsers.

  2. A.

     Modernizr

    B.

     Modernizr.geolocation

    C.

     Navigator.userAgent

    D.

     Modernizr.js

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Since Modernizr is a JavaScript object with methods, we can use Modernizr.geolocation to test whether geolocation is supported.


Be The First To Comment