* Expected solution for the challenge seed code
I have updated the expected output for the challenge seed code.
* Update create-a-text-field.english.md
* fix: change language tag and remove wrong comment
* Sample solution for the file
I have updated the sample solution for the challenge seed code.
* Update add-images-to-your-website.english.md
formatted ```html tags
Changed wording comparing desktops and laptops in final sentence of first paragraph. Edited wording listing manufacturers of motherboards. Add "t" to must in line 21, reworded sentence, and added "brands" to examples. Added "from the power supply." Rewording to connectors description.
Original: "Your code should create a method in Bird called getWeight that returns the weight".
New: "Your code should create a method in Bird called getWeight that returns the weight 15".
Since 15 is the only current passing value I feel it should be plainly stated instead in the test case.
Line 11: removed new before technolgies//not needed
removed comma after developers
added being before invented
changed to what degree is this a good thing,
Full stop after another time
added that after say
Removed are "dark arts" and added comma
Line 13: Rmoved all after often not //not needed
Line 15: Removed comma after user //not needed
Line 27: Added "so" in one sense "you can say" that "your"
Line 29: changed for to by
* Update create-a-queue-class.english.md
* Modify test for dequeue method to check for FIFO
The test first `enqueue`'s two elements and checks for the `dequeue` method to return the element at `0`th index.
* 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