Spanish people use "array" to refer to an array, and "matrix" to refer to a multidimensional array. If you use "matriz" to refer to an array you will confuse all spanish developers.
deje que outArray -> let outArray
deja que nuestra Variable = nuestroArray [0]; -> let ourVariable = ourArray[0];
en cualquier cosa que desee, además de "b" . -> en cualquier cosa que dese, que NO SEA "b" se entiende mejor.
* Fix: Adjust colour description to images
The text says that the gradient goes from red to yellow, but in all pictures, the gradients go from red to green. I substituted "yellow" by "green" in the text.
I also added a new resource for learning more.
* Improved "More Information" section
A test that featured nested arrays just happens to work, but nested arrays will not be removed if they’re duplicates by the current solution of this challenge. See issue #18265
* update article for filter function
* Remove HTML markup and fix grammar and formatting
There was a lot of old HTML markup that I replaced with markdown markup.
Fixed grammar and sentence structure
Fix code block formatting
* Indentation and grammar
- I added a sentence about indentation, which is essential for the code to be contained in the function
- Neatened up the grammar in the list.
* Remove commas
* Remove duplicate sections from 'react/state'
The "updating state" section was duplicated, so I removed one of them.
I also corrected the heading levels for the subheadings below "updating state". It went from h2 to h5 and now goes properly from h2 to h3.
* Update index.md
I have added a non-exhaustive list of global women in tech initiatives because I think it is important to mention that there are a lot of people out there trying to change the very male status quo.
I hope others will add to this list.
* Enriched definition
Added info about review results and common practices.
* Fixed grammar mistakes
Clarified the purpose of code reviews, re-written a sentence to improve it's clarity.
* SSDs: wording, added information on form factors
Updated SSDs section: fixed wording, added information on form factors
* Fixed typos. Minor wording changes.