* [Guide] ES6: Compare var and let scopes. Fixes and enhancements.
- Remove phantom image
- Remove notes for contributors
- Change explanation and hints so they don't provide the solution too early.
- Links to markdown + 2 more resources
* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md
Co-Authored-By: AdrianSkar <adrian@adrianskar.com>
* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md
Co-Authored-By: AdrianSkar <adrian@adrianskar.com>
* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md
Co-Authored-By: AdrianSkar <adrian@adrianskar.com>
* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md
Co-Authored-By: AdrianSkar <adrian@adrianskar.com>
* Update guide/english/certifications/javascript-algorithms-and-data-structures/es6/compare-scopes-of-the-var-and-let-keywords/index.md
Co-Authored-By: AdrianSkar <adrian@adrianskar.com>
* fix: clarified the hint regarding variable i
* [Guide] ES6: Prevent object mutation; fixes and enhancements
- Remove phantom image
- Remove notes for contributors
- Change explanation and hints.
- Links to markdown
* Changed as requested
Changed titles as requested by @randelldawson.
Note: I'm just used to [MDN](https://developer.mozilla.org/en-US/docs/MDN/Contribute/Guidelines/Writing_style_guide#Page_titles) and other language styles and though it was clearer. Is it ok now for this guide?
* fix: removed repl.it link
* Adding proper solution for spread operation
Use the Spread Operator to Evaluate Arrays In-Place: adding the proper solution for the challenge
* made some more changes
* Fixed the Solution in es6 class constructor guide
Fixed the vegetable solution in Guide: Use class Syntax to Define a Constructor Function
- Remove image of phantom
- Remove notes for contributors
- Links to bottom and to markdown + some more
- Alternative code solution
### Notes:
- The guide article mentions the challenge can be solved by using `reduce()` but I couldn't find a way to do so. It might be better to remove that reference and the bottom link until someone provides one.
- The alternative code solution I provided uses a simpler way (in my opinion) to check if the values are integers but does not differ much from the original one. If necessary, feel free to remove it and go on with just the fixes.
* Translate challenge subtitles and example challenge text to Spanish
* Corrected errors in syntax and punctuation
* Multiple corrections of it/s to its plus other grammar corrections
* Correction and added paragraph to CSS Flex article
* Corrected my own typo
* Corrected capitalization, American spellings and typos