2 + 2 = 4
JavaScript is a programming language used to make websites interactive, such as responding to user actions and updating content dynamically.
Git and GitHub help developers track changes in code, collaborate with others, and share code online.
Forking a repository creates a copy of the project in your own GitHub account so you can make changes without affecting the original.
Cloning a repository downloads a copy of the project to your computer so you can work on it locally.
A pull Request is a way to ask for your changes to be reviewed and merged into another repository.