Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is code splitting?

  1. A Separating CSS from HTML
  2. B Breaking the bundle into chunks loaded on demand, typically per route
  3. C Splitting code across multiple developers
  4. D Minifying JavaScript
Answer

Breaking the bundle into chunks loaded on demand, typically per route

Code splitting reduces the initial bundle so the first page loads faster. Route-level splitting is usually the highest-value application of it.

All Front end Development MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as