Home »
MCQs »
Full Stack Development MCQs
Project bundlers are ____
47. Project bundlers are ____.
- Tools for bundling and packaging JavaScript, CSS, and other assets into optimized files for production
- Libraries for making JavaScript asynchronous
- Both A and B
- None of the above
Answer: A) Tools for bundling and packaging JavaScript, CSS, and other assets into optimized files for production.
Explanation:
Project bundlers, also known as module bundlers, are tools used in web development to package and bundle various source code files and assets into a single, optimized output file.