Hacktoberfest2021_beginners
1.0.0

| - Suivez les directives de contribution ** | Repo |
Comment vous pouvez contribuer à ce repoSuivez les étapes ci-dessous pour la contribution.
Nom du fichier: JS-Concept-Name_yourUsername.jsexample: hello_world_Aman22sharma.js
example: Variables_shruti49.jsFormat* Concepts javascriptNom du fichier: 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 |
Faites une demande de traction pour vos modifications et attendez d'être fusionnée.
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 git checkout -b your-branch-namegit pull origin mastergit add .
git commit -m "commit message"
git push origin your-branch-nameNew Pull Request situé en haut de votre référentiel// 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