* Added a warning to the article
Added a warning with an example, which can occur on older compilers.
* fix(guide): c for loop iterator misnomer
declaration not initialisation
* Added description to JavaScript Frameworks
I added an extended description to the JavaScript Frameworks subheading to explain what they are.
* spacing and capitalization
* Clarification of the numbers that can be used.
Article previously only explicitly referenced the use of floating point numbers. Have clarified that it is possible to use either an integer or a float.
* Fixed formatting and typos
* Making Games with Python and Pygame added
Making Games with Python and Pygame added (book for creating games in Python using pygame with examples to follow)
* removed extraneous query parameters
* Added te basic info of what is a list
A basic introduction of what a list has been added. Based upon the python docs link that is included in the guide.
* fix: added title
* Updated to add things to keep in mind.
Added things to keep in mind so people don't mess up and missuse them and then ask themselves what's wrong ( more like a extra check for people
* fixed formatting
* 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.