Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cheatsheets for Java #91

Closed
dab07 opened this issue Oct 21, 2022 · 2 comments
Closed

Add cheatsheets for Java #91

dab07 opened this issue Oct 21, 2022 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest Participation hacktoberfest-2022 Hacktoberfest-2022 Participation

Comments

@dab07
Copy link
Contributor

dab07 commented Oct 21, 2022

New CheatSheet

Add Java Programming Language CheatSheet in CheatSheets folder

@dab07 dab07 added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest Participation hacktoberfest-2022 Hacktoberfest-2022 Participation labels Oct 21, 2022
@dab07
Copy link
Contributor Author

dab07 commented Oct 21, 2022

@crescentpartha can you please assign it to me?

@crescentpartha
Copy link
Owner

Some Instructions:

  • Please, give the tabular format like git-cheatsheet.md, It will be better to visualize and understand the whole cheatsheet.
  • File naming convention: javas-cheatsheet.md
  • Add your java-cheatsheet.md file in README.md file.

Example of Tabular format:

String Methods

Methods Descriptions
charAt() Returns a character at a specified position inside a string
charCodeAt() Gives you the unicode of character at that position

Thanks, @dab07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest Participation hacktoberfest-2022 Hacktoberfest-2022 Participation
Projects
None yet
Development

No branches or pull requests

2 participants