* fix(challenge): update text to give an explanation of wrapping
* fix(challenge): simplify challenge text
* fix(challenge): update challenge text add solution
* fix(challenge): remove line breaks
* fix(challenge): make second instruction more clear
* Added the Introduction to the Coding Interview Take Home Projects
* Update index.md
* [Updated] Added the Introduction to the Coding Interview Take Home Projects
* Update client/src/pages/learn/coding-interview-prep/take-home-projects/index.md
Co-Authored-By: Sumer16 <sumerdpatel@gmail.com>
* [updated] Added the Introduction to the Coding Interview Take Home Projects
* [update grammar] Added the Introduction to the Coding Interview Take Home Projects
* [update] Added the Introduction to the Coding Interview Take Home Projects
* fix requested change
<!-- 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] All the files I changed are in the same world language (for example: only English changes, or only Chinese changes, etc.)
- [x] My changes do not use shortened URLs or affiliate links.
<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->
Closes#35749
Changed the usage section to be more consistent with the rest of the directory, also added a link to Wikipedia for further details and further consistency.
* Propose a Basic Solution to Adjaceny List Problem
* Update guide/english/certifications/coding-interview-prep/data-structures/adjacency-list/index.md
Co-Authored-By: StanimalTheMan <43020892+StanimalTheMan@users.noreply.github.com>
* Remove template
* Update use-arrow-functions-to-write-concise-anonymous-functions.english.md
* refactor: fix the assert messages to make them more like all the rest in the curriculum (i.e. using `should`)
Co-Authored-By: iliyaZelenko <iliyazelenkog@gmail.com>