* Fixed capitalization and unclear example
I capitalized HTML in order to be consistent with the rest of the paragraph. I also added the less than sign and greater than sign symbol entity names to the example sentence, in order to make it more clear what symbol entity names you would actual need to use in that example.
* Update index.md
* Update index.md
* Update index.md
* Add two cybersecurity command line books
Added Red Team Field Manual and Blue Team Field Manual books with links to Amazon and the ISBNs.
* Update index.md
* Update index.md
* Update index.md
Addressed infinite decimal expansions as well since they are just as important and the title doesn't suggest this article is only about finite decimals
Changed 'It' to 'AWS' and added commas at the end of the first paragraph - for better readability.
Capitalised the 'c' in the Certifications hyperlink at the very end.
Agile index.md translation changes. I've done it in more readable way and translated missing parts.
Also, I've translated the title as a 2 word combination, because the translation makes sense only with "Agile methodologies".
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->
- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] My article does not contain shortened URLs or affiliate links.
If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.
Closes#33195
In line #19, I edited the sentence which is meant to say that the computer can not check more than one value at the same time. I added more and deleted some work to get the right translation in Arabic.
* Add example to concisely return object
This trick to directly and concisely return object might be useful for beginners
* Change function name and logic
Change function name and logic to make sense