4
JavaScript is a programming language used to make websites interactive
Version control – keeps track of changes in your code.
Collaboration – lets multiple people work on the same project at the same time.
Backup & sharing – stores code safely online and allows others to see or contribute.
Forking makes your own copy of someone else’s repository so you can work on it independently.
Cloning copies a repository from GitHub to your own computer so you can work on it locally.
A Pull Request (PR) is a way to suggest changes you made in your fork or branch be added to the original repository.