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

Created NodeJS Cheatsheet #168

Merged

Conversation

nikhilbuts
Copy link
Contributor

What does this PR do?

Add content(s) | Remove content(s) | Add new CheatSheet | Add new feature | Bug fix

Description

here is your description

Screenshots or Links

If applicable, add screenshots or a modified UI link to help understand your contribution.

Additional context

Add any other context about your PR.

Checklist:

Follow-up

  • Check the status of GitHub Actions and resolve any reported warnings!

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's great having you contribute to this project

Welcome to the community 🤓

Thanks for joining our community - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.

@crescentpartha crescentpartha added hacktoberfest Hacktoberfest Participation hacktoberfest-2022 Hacktoberfest-2022 Participation 📝review-pull-request Reviewing your pull request labels Oct 23, 2022
Copy link
Owner

@crescentpartha crescentpartha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, complete the full structure of this cheatsheet and follow git-cheatsheet.md as a domo template of a cheatsheet. Thank you, @nikhilbuts

Comment on lines +9 to +17
## Built In Methods

| `fs` | read and write files on your file system |
| `path` | combine paths regardless of which OS you're using |
| `http` | make requests and create HTTP servers |
| `https` | work with secure HTTP servers using SSL/TLS |
| `events` | work with the EventEmitter |
| `crypto` | cryptography tools like encryption and hashing |
| `process` | information about the currently running process, e.g. process.argv for arguments passed in or process.env for environment variables |
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The table is broken.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crescentpartha Can you please explain more about NodeJS Cheatsheet. So I can change based on that.

Thanks!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner

@crescentpartha crescentpartha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

@crescentpartha crescentpartha added the 🚀ready-to-merge Pull Request is ready to merge label Oct 26, 2022
@crescentpartha crescentpartha merged commit 550250f into crescentpartha:main Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest Participation hacktoberfest-2022 Hacktoberfest-2022 Participation 🚀ready-to-merge Pull Request is ready to merge 📝review-pull-request Reviewing your pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants