* Add a solution for Finders Keepers challenge
* Update link to markdown
* fix: removed repl.it link
* fix: made this the Intermediate Solution
* fix: added correct Intermediate icon
* [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
* Basic JS: Inequality operator. Enhancements
From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8651)
·Added exercise explanation, run code link, code explanation and resources.
* fixed: fixed typo
* [Guide] Basic JS: Greater than operator. Enhancements
From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8663).
· Added problem explanation, run code example, code explanation and resources.
* fix: removed repl.it link
* Explained solution and added alternate
Explained why the solution works and added an alternate, less elegant solution for comparison.
* Removed last line per feedback
* Added a Basic Code Solution
I have also provided the Code Explanation and Relevant Links.
* Added 3 backticks to code
Co-Authored-By: merkur0 <ondramerkun123@gmail.com>
* Added 3 backticks here too
Co-Authored-By: merkur0 <ondramerkun123@gmail.com>
* Removed deprecated part of text
Co-Authored-By: merkur0 <ondramerkun123@gmail.com>
* fix: reformatted links and add closing backticks
* Solution for Intermediate Algorithm Scripting: Pig Latin
Solution exclusively utilizes regex and string functions
Username: finally_static
* Properly format sublists
* sublists
* sublists
* sublist
* fix: added #2 to existing Intermediate solution
* Create a number for first intermediate solution
* 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
advanced code solution 3 links:
1. solution code shows 'slice' being used, but relevant link directed to 'splice'-- link now sends to 'slice'
2. 'run code' link showed adv code solution 2-- link now sends to code used in adv code solution 3
- 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.