Chapter Quiz: NPM & Package Management: The Ecosystem of JavaScript

NPM Mastery Quiz

Complete this assessment with 100% score to master this chapter.

01What is the file that tracks all your project's dependencies and scripts?

02Which command installs all packages listed in package.json?

03What is the difference between a dependency and a devDependency in package.json?

04What does 'npx' do, and how is it different from 'npm'?

05In semantic versioning, what does a PATCH version bump (e.g., 1.0.0 → 1.0.1) usually mean?