Hacktoberfest2021_beginners
1.0.0

| - 遵循贡献指南** | 存储者维护者 |
您如何为此仓库做出贡献按照以下步骤进行贡献。
文件名:js-concept-name_yourusername.jsexample: hello_world_Aman22sharma.js
example: Variables_shruti49.js格式* JavaScript-concepts文件名: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) |
提出更改请求并等待合并。
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目录中的JavaScript概念增加git checkout -b your-branch-namegit pull origin mastergit add .
git commit -m "commit message"
git push origin your-branch-nameNew Pull Request按钮// 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