Hacktoberfest2021_beginners
1.0.0

| - Siga las pautas de contribución ** | Repos mantenedores |
Cómo puedes contribuir a este repositorioSiga a continuación los pasos para la contribución.
Nombre del archivo: js-concept-name_yourusername.jsexample: hello_world_Aman22sharma.js
example: Variables_shruti49.jsFormato* Conceptos de JavaScriptNombre del archivo: 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 |
Haga una solicitud de extracción de sus cambios y espere para fusionarse.
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 ubicado en la parte superior de su repositorio// 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