- Follow the Contribution guidelines** |
Repo Maintainer |
## How You Can Contribute to this repo Adding to follow for JavaScript Concepts is below under `Format` 1. Add your JavaScript Concepts in the respective `JavaScript-Learn` directory ### Name of File: JavaScript-concept-name_yourusername.js ```markdown example: hello_world_Aman22sharma.js example: Variables_yourusername.js example: Data-types_Aman22sharma.js ``` ### Name of File: JavaScript-concept-name_yourusername.js # Format ### * JavaScript-Learn ### Name of File: javascript-concept-name_yourusername.js ```markdown AUTHOR: Your Name JavaScript Concept: (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/Hacktoberfest2023-beginner.git
cd Hacktoberfest2023-beginner
git remote add upstream https://github.com/Aman22sharma/Hacktoberfest2023-beginner.git
git pull upstream master
javaScript-Learn
directoriesgit checkout -b your-branch-name
git pull upstream master
git add .
git commit -m "commit message"
git push origin your-branch-name
New Pull Request
button located at the top of your repository