4
a browser-based programming language that brings interactivity to static web pages, applications and more.
1- Version Control 2- Collaboration 3- Backup
You create a personal copy of someone else project on your own GutHub
you download a copy of a remote GitHub repository from the internet onto your local computer. This allows you to open the files in VS Code and work on the project offline
It is a request to merge the code changes you made in your branch into the main project. It allows other developers or volunteers to review, discuss, and approve your work before it gets added permanently.