We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The popWithReturn description incorrectly states it should return the array. It should NOT return the array
popWithReturn
https://docs.base.org/base-camp/docs/error-triage/error-triage-exercise/
Update the comment to read:
/** * Pop the last element from the supplied array, and return the popped * value (unlike the built-in function) */
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the issue you are encountering with the docs?
The
popWithReturn
description incorrectly states it should return the array. It should NOT return the arrayLinks to Impacted Docs
https://docs.base.org/base-camp/docs/error-triage/error-triage-exercise/
Describe the solution you'd like to see.
Update the comment to read:
Additional context
No response
The text was updated successfully, but these errors were encountered: