4
JavaScript is a browser based programming language that brings interactivity to static web pages, applications and more. It can provide animations, can create interactive features like menus and form validation.
Here are three problems Git & GitHub can solve:
- Version control and history tracking
- Collaboration between multiple developers
- Backup and remote access
When I fork a repository, I create own copy of someone else's project to my GitHub account.
When I clone a repository, I create a local copy of a project on my computer from GitHub.
A Pull Request (PR) is a way to propose changes to a project on GitHub so they can be reviewed and merged into the main codebase.