-
-
Notifications
You must be signed in to change notification settings - Fork 632
Add Base64 Encode Decode in TypeScript #5085
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 Base64 Encode Decode in TypeScript #5085
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ArihantJainWebDev! Thanks for contributing to this project! We are a rather small team, so it may take some time to process this request. In the meantime, there are several ways you can make yourself a part of The Renegade Coder community. For instance, you can:
- Subscribe to the monthly newsletter
- Become a patron
- Join us on Discord
- And, check out the rest of the list which includes links to The Renegade Coder YouTube channel and Twitter account
Thanks for your help!
rzuckerm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good, but please revert the changes to the README. This is automatically updated when the PR is merged.
|
Sorry for my mistake! |
|
I'm sorry, but you are going to have to resubmitted this without the README change. I can't seem to get the README change removed from this PR, and I'm worried about how this will affect the README automatiion. |
rzuckerm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I got it figured it. The README is properly reverted. Thanks for your contribution @ArihantJainWebDev !
I Am Adding a New Code Snippet in an Existing Language
Add Base64 Encode Decode in TypeScriptformatOther Notes
Implementation Details
BufferAPI for encoding/decodingTesting
Manually tested with multiple test cases from .glotter.yml:
All test cases pass successfully.
Contribution Context
This addresses the missing Base64 Encode Decode program listed in the TypeScript README.md under "Missing Programs" section.