Hacktoberfest2021_beginners
1.0.0

| - Follow the Contribution guidelines** |
Repo Maintainers |
How You Can Contribute to this repoFollow below steps for contribution.
Name of File: js-concept-name_yourusername.jsexample: hello_world_Aman22sharma.js
example: Variables_shruti49.jsFormat* JavaScript-ConceptsName of File: JS-concept-name_yourusername.js// AUTHOR: Your Name
// JavaScript Concept: JS Concept that you want to add (ex: variable,datatypes etc)
// GITHUB: your github profile link
//Add your JavaScript concept below |
Aman Sharma |
Make a Pull Request for your changes and wait to be merged.
git clone https://github.com/your-username/Hacktoberfest2021_beginners.git
cd Hacktoberfest2021_beginnersgit remote add upstream https://github.com/shruti49/Hacktoberfest2021_beginners.git
git pull upstream masterJavaScript-Concepts directoriesgit checkout -b your-branch-namegit pull origin mastergit add .
git commit -m "commit message"
git push origin your-branch-nameNew Pull Request button located at the top of your repository// AUTHOR: Your Name
// JavaScript Concept: your javascript concept that you want to add (ex: variable,datatypes etc)
// GITHUB: your github profile link
//Add your JavaScript concept below