-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Create polyfill for JavaScript #5838
Create polyfill for JavaScript #5838
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 @DanielAsare-ux,
I reviewed your file, and the entry does not follow the style-guide documentation guidelines. Please refer to the documentation and make the changes as soon as possible.
Thanks,
Savi
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.
Thanks for the changes
Hey @DanielAsare-ux , |
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 @DanielAsare-ux, the entry is now good to be merged! 🚀
👋 @DanielAsare-ux 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/javascript/polyfill Please note it may take a little while for changes to become visible. |
This pull request adds a new documentation file that provides a polyfill for the
Array.prototype.includes
method in JavaScript. The documentation aims to help developers understand how to implement polyfills for older JavaScript environments that do not natively support certain methods.Key changes:
content/javascript/concepts/methods/Polyfill/polyfill.md
: Added a detailed guide on creating a polyfill forArray.prototype.includes
. The guide includes an introduction to polyfills, the syntax for writing a polyfill, and an example implementation with an explanation.<!--👋 Hi, thanks for submitting a PR to Codecademy Docs! ❤️
Please fill out all fields below to ensure your PR is reviewed quickly.
IMPORTANT
If you would like to receive credit for your contribution to an entry, make sure to have your Codecademy user profile linked to your GitHub account:
Of course, you can opt not to do this and be listed as an "anonymous contributor" instead. :)
-->
Description
Issue Solved
#5803
Type of Change
Checklist
main
branch.Issues Solved
section.