Found a spelling mismatch issue in the Arrays basic overview section.
Original: min(scores_of_students): returns the highest score in the array, which is 67 in this case
Updated: min(scores_of_students): returns the lowest score in the array, which is 67 in this case
Checklist
If you haven't fulfilled the below requirements or even delete the entire checklist, your PR won't be reviewed and will be closed without notice. Regular contributors (with 10+ PRs) can skip this part.
General
[x] This Pull Request is all my own work. (You'll be blacklisted if you are caught for plagiarism.)
Change Summary
Found a spelling mismatch issue in the Arrays basic overview section. Original: min(scores_of_students): returns the highest score in the array, which is 67 in this case Updated: min(scores_of_students): returns the lowest score in the array, which is 67 in this case
Checklist
If you haven't fulfilled the below requirements or even delete the entire checklist, your PR won't be reviewed and will be closed without notice. Regular contributors (with 10+ PRs) can skip this part.
General