-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Added a new entry on the term values() under Map in JavaScript #7683
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
Conversation
Added a new entry on the term front() under deque in C++ in the mentioned address.
formatted md file
Added entry for the .values() method
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 @killjoycircuit, please remove the front.md
file from this branch
removed front.md
I removed the front.md file from values branch |
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.
Looks good for second review! 🚀
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.
LGTM!!
👋 @killjoycircuit 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/javascript/map/values Please note it may take a little while for changes to become visible. |
Description
Created a new term entry for the .values() method under the JavaScript Map concept.
The file was added at location:
content/javascript/concepts/map/terms/values/values.md
Issue Solved
#7659
Type of Change
-Adding a new entry
-Updating the documentation
Checklist
[✓ ] All writings are my own.
[✓ ] My entry follows the Codecademy Docs style guide.
[✓ ] My changes generate no new warnings.
[ ✓] I have performed a self-review of my own writing and code.
[✓ ] I have checked my entry and corrected any misspellings.
[ ✓] I have made corresponding changes to the documentation if needed.
[✓ ] I have confirmed my changes are not being pushed from my forked main branch.
[✓ ] I have confirmed that I'm pushing from a new branch named after the changes I'm making.
[✓ ] I have linked any issues that are relevant to this PR in the Issues Solved section.