Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Define each term below by writing a paragraph explaining what it is and why it's


## NPM
NPM (Node Package Manager) is the default package management system for Node.js that is used to install, manage, and share reusable JavaScript packages and libraries. It provides a command line tool and an online registry. Developers use NPM to add frameworks and libraries, manage dependancy versions, and run predefined scripts.
https://www.w3schools.com/whatis/whatis_npm.asp


## Node.js
Expand Down