Vidyalelo
HTML · Q52

Basic HTML

Programming · HTML · question 52

Q52

____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.

A.
HasEvent()
B.
Navigator.userAgent
C.
Modernizr.load
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
Modernizr.load is optional in your build, but if you are loading polyfills, there’s a good chance it can save you some bandwidth and boost performance a bit.