diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-introductory-javascript-by-building-a-pyramid-generator/660ef0f7c4b8e68ccd1f0786.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-introductory-javascript-by-building-a-pyramid-generator/660ef0f7c4b8e68ccd1f0786.md index 00bc3a86c9c..5016e855cdf 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-introductory-javascript-by-building-a-pyramid-generator/660ef0f7c4b8e68ccd1f0786.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-introductory-javascript-by-building-a-pyramid-generator/660ef0f7c4b8e68ccd1f0786.md @@ -7,7 +7,7 @@ dashedName: step-4 # --description-- -JavaScript has seven primitive data types, with `String` being one of them. In JavaScript, a string represents a sequence of characters and can be enclosed in either single (`'`) or double (`"`) quotes. +JavaScript has seven primitive data types, with String being one of them. In JavaScript, a string represents a sequence of characters and can be enclosed in either single (`'`) or double (`"`) quotes. Note that strings are immutable, which means once they are created, they cannot be changed. The variable can still be reassigned another value. diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-introductory-javascript-by-building-a-pyramid-generator/6672e579cc11472272ab23e6.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-introductory-javascript-by-building-a-pyramid-generator/6672e579cc11472272ab23e6.md index 00b039fb907..4dca97c51f5 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-introductory-javascript-by-building-a-pyramid-generator/6672e579cc11472272ab23e6.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-introductory-javascript-by-building-a-pyramid-generator/6672e579cc11472272ab23e6.md @@ -14,7 +14,7 @@ In this project, you will learn the basics of Javascript and apply those concept A pyramid generator is a program where you can set the type of character, the count for the pyramid, and the direction of the pyramid. The program will then generate a pyramid based on those inputs. -Click on the `"Check your code"` button to proceed to the next step and start the project. +Click on the "Check your code" button to proceed to the next step and start the project. # --hints-- diff --git a/curriculum/challenges/english/16-the-odin-project/top-learn-block-and-inline/learn-block-and-inline-lesson-g.md b/curriculum/challenges/english/16-the-odin-project/top-learn-block-and-inline/learn-block-and-inline-lesson-g.md index 5b5260b1b07..cc400acb88b 100644 --- a/curriculum/challenges/english/16-the-odin-project/top-learn-block-and-inline/learn-block-and-inline-lesson-g.md +++ b/curriculum/challenges/english/16-the-odin-project/top-learn-block-and-inline/learn-block-and-inline-lesson-g.md @@ -6,7 +6,7 @@ dashedName: learn-block-and-inline-lesson-g --- # --description-- -Now that you have some basic understanding of `block` and inline `elements`, pull up your list of `block` and `inline` elements from a couple questions ago and see if you can identify which of the following elements are `block` elements and which are `inline` elements. +Now that you have some basic understanding of `block` and `inline` elements, pull up your list of `block` and `inline` elements from a couple questions ago and see if you can identify which of the following elements are `block` elements and which are `inline` elements. # --question-- diff --git a/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a962954f4e0d76223b37ed.md b/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a962954f4e0d76223b37ed.md index 84db69d86ab..5f6a960d211 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a962954f4e0d76223b37ed.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a962954f4e0d76223b37ed.md @@ -11,7 +11,7 @@ Next, add another `label` element with the text of `Location` and the `for` attr For the checkbox `input`, both the `id`, `name` and `value` attributes should be set to `"location"`. -Below that `input` element, add another `label` element with the text of `Reputation` and the for attribute set to `"reputation"`. +Below that `input` element, add another `label` element with the text of `Reputation` and the `for` attribute set to `"reputation"`. For the checkbox `input`, both the `id`, `name` and `value` attributes should be set to `"reputation"`. diff --git a/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a972137acd1179fa3fe8a0.md b/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a972137acd1179fa3fe8a0.md index d9712c5b1ac..2378cf38585 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a972137acd1179fa3fe8a0.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a972137acd1179fa3fe8a0.md @@ -7,7 +7,7 @@ dashedName: step-28 # --description-- -Inside your `select` element, add the following five `option` elements with these corresponding values for the option text and `value` attribute: +Inside your `select` element, add the following five `option` elements with these corresponding values for the `option` text and `value` attribute: **Value Attributes:** diff --git a/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a97ca8c4cbae7d0bb6e0ad.md b/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a97ca8c4cbae7d0bb6e0ad.md index 6549345d454..22b9a707be6 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a97ca8c4cbae7d0bb6e0ad.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-hotel-feedback-form/66a97ca8c4cbae7d0bb6e0ad.md @@ -7,7 +7,7 @@ dashedName: step-31 # --description-- -Inside your `select` element, add the following five `option` elements with these corresponding values for the option text and `value` attribute: +Inside your `select` element, add the following five `option` elements with these corresponding values for the `option` text and `value` attribute: **Value Attribute:**