4
JavaScript is a programming language mainly used to make web pages interactive and dynamic, running directly in the browser. It’s also used on servers (with Node.js) to build full applications.
-
WVersion control – track and manage changes to code over time.
-
Collaboration – multiple people can work on the same project without overwriting each other’s work.
-
Backup & sharing – store code remotely, making it safe and accessible from anywhere.
When you fork a repository, GitHub creates a copy of that repo under your own account.
You create a full copy of the repo from GitHub (or another host) onto your local machine.
A Pull Request (PR) is a way to propose changes you’ve made in your branch or fork to be merged into another branch (often the main project)...