Question: What is Webpack primarily used for?

  1. sharing JavaScript code with other people
  2. making JavaScript-reliant sites accessible to users who do not have JavaScript turned on
  3. bundling individual JavaScript files for use in your website
  4. source control

Answer: The correct answer of the above question is Option C:bundling individual JavaScript files for use in your website