freeCodeCamp/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting
Guayo Mena f5b94b51f1 feat(curriculum): Extend solution explanation for Convert HTML Entities challenge (#35835)
* Extend solution explanation

The explanation for the advanced code solution was a little cumbersome.
It tried to explain the used method, but also tried to explain an alternative solution, both mixed together.
To fix that, I moved everything related to the alternative solution to another paragraph.
Additionally, I added a more detailed explanation about this alternative solution.
Hopefully, with this fixes, both solutions will be clearer to the user.

* Replace intermediate solution

Replace the intermediate solution with a more concise one.

I took the opportunity to eliminate the indenting in all 3 snippets to remove unnecessary blank space on the left.
I also changed the wording on one of the instructions and fixed a typo.

* Remove external links

* Simplity regex declaration

I replaced `new RegExp()` in order to make the solution cleaner and shorter

* Update index.md
2019-05-26 17:53:41 +05:30
..
arguments-optional Add solution to Arguments Optional challenge (#35654) 2019-03-29 06:17:56 -07:00
binary-agents Alternative Advanced Code Solution (#35965) 2019-05-25 01:40:05 +05:30
convert-html-entities feat(curriculum): Extend solution explanation for Convert HTML Entities challenge (#35835) 2019-05-26 17:53:41 +05:30
diff-two-arrays fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
dna-pairing fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
drop-it fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
everything-be-true fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
make-a-person fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
map-the-debris fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
missing-letters fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
pig-latin add beginner solution to pig latin (#35572) 2019-03-29 22:48:54 +05:30
search-and-replace fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
seek-and-destroy fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
smallest-common-multiple fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
sorted-union fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
spinal-tap-case update regex resource link (#35901) 2019-04-24 07:19:44 -07:00
steamroller Fix the function call flattenArray->steamrollArray (#36128) 2019-05-25 17:49:57 -07:00
sum-all-numbers-in-a-range simplifying the mathematical solution for Sum All Numbers in a Range (#35007) 2019-03-27 22:26:59 +05:30
sum-all-odd-fibonacci-numbers Broken Links in Sum of all odd Fibbonaci Nos Guide (#35911) 2019-05-03 14:21:09 +05:30
sum-all-primes fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
wherefore-art-thou fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
index.md Javascript -> JavaScript (English) (#35183) 2019-03-28 14:05:41 +05:30