What is the purpose of a package manager like npm in web development?
a) To deploy web applications
b) To manage software packages and libraries
c) To authenticate users
d) To create databases
Answer:
b) To manage software packages and libraries
Explanation:
Package managers like npm (Node Package Manager) allow developers to install, update, and manage software libraries and dependencies in their projects.