Hacktoberfest2021_beginners
1.0.0

| - Ikuti Pedoman Kontribusi ** | Pemelihara repo |
Bagaimana Anda dapat berkontribusi pada repo iniIkuti langkah -langkah di bawah ini untuk kontribusi.
Nama File: js-consept-name_yourusername.jsexample: hello_world_Aman22sharma.js
example: Variables_shruti49.jsFormat* Konsep JavaScriptNama File: js-consept-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 |
Buat permintaan tarik untuk perubahan Anda dan tunggu untuk digabungkan.
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 yang terletak di bagian atas repositori Anda// 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