- 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.
* Added example, explanation and solution to "Use RGB to Mix Colors"
* Keyword backtick changes
-As suggested earlier, I changed the triple backticks of the keywords into single backticks
* Consistent style and format changes
-Changed the spacing of the '<style>' elements , in order to create consistent spacing, and removed extra words to fit the quotes
* fix: removed older examples
1. Fix code solution (it used the assignment operator to compare _a_ and _b_ instead of the comparison one; which wouldn't pass the test at the exercise page).
2. Add problem explanation, hint, code explanation, run example and resources
Intermediate code solution doesn't pass tests when the greater number is even because it's the starting acc without passing the reducer function that avoids even number.
Proposed solution: reverse the array before reduce.
* Added a solution/fixed stub :)
I have added for the most known browser what keyboard combinations/shortcuts you can use in order to open up from Web dev tools the console and run the same code as we do in FCC camp!
Certifications/JavaScript Algorithms and Data Structures/Debugging/Understanding the Differences Between the Freecodecamp and Browser Console
* Deleted a link provided
I have previously provided a link upon which I have added the Macintosh shortcuts.
I have deleted all the Mac set of keybords as I can't check them in my pc and it is considered plagiarism
* Fixed text
added more instructions
* Added solution
updated with solution and JS code for solution+as well as hint
* deleted white space in solution
* added frontmatter
fixed Travis problem
* Update index.md
* 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
Added a solution to the stub regarding Javascript Algorithms And Data Structures Certification\Regular Expressions
+ added a bit of a hint in the beginning to spice things up ;)