fix(curriculum): backtick issues in various files (#56106)

pull/56109/head
Jatin Nagar 2024-09-15 02:47:17 +05:30 committed by GitHub
parent e75a42d615
commit 96513b738f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ dashedName: step-4
# --description--
JavaScript has seven primitive data types, with `String` being one of them. In JavaScript, a <dfn>string</dfn> 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 <dfn>string</dfn> represents a sequence of characters and can be enclosed in either single (`'`) or double (`"`) quotes.
Note that strings are <dfn>immutable</dfn>, which means once they are created, they cannot be changed. The variable can still be reassigned another value.

View File

@ -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--

View File

@ -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--

View File

@ -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"`.

View File

@ -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:**

View File

@ -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:**