mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-27 20:02:15 -05:00
* Equation symbol changes and formatting changes -Initially, SQRT(value) does not actually create a square root symbol, so I decided to use replace SQRT( ) with √ next to the number, which has successfully created the square root symbol to the left of the number. -Given that the information of the article was unorganized through jumbled information, I decided to use the paragraph tag, <p>, to make the article have an organized structure. -I also used the biggest headline tag, <h1>, to outline the topics of square roots -Given that '-----' was not an effective method of creating fractions, I decided to use the fraction slash tag, "⁄", the superscript element, <sup>, and the subscript element, <sub>, in order to create suitable fractions * Removing unnecessary coding and editing content -I just double checked this content, and realized that there were a couple of mistakes such as an extra heading, putting a square root as sqrt(3) instead of √3, and adding unnecessary paragraph tags instead of extra spaces.