mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix: some backtick fixes (#57670)
This commit is contained in:
parent
06bd42e97e
commit
67e63b5fd2
@ -63,7 +63,7 @@ You should have a function `formatDateMMDDYYYY`
|
||||
assert.isFunction(formatDateMMDDYYYY);
|
||||
```
|
||||
|
||||
The function`formatDateMMDDYYYY` should take a single parameter.
|
||||
The function `formatDateMMDDYYYY` should take a single parameter.
|
||||
|
||||
```js
|
||||
assert.lengthOf(formatDateMMDDYYYY, 1);
|
||||
@ -91,7 +91,7 @@ You should have a function `formatDateLong`
|
||||
assert.isFunction(formatDateLong);
|
||||
```
|
||||
|
||||
The function`formatDateLong` should take a single a parameter.
|
||||
The function `formatDateLong` should take a single a parameter.
|
||||
|
||||
```js
|
||||
assert.lengthOf(formatDateLong, 1);
|
||||
|
||||
@ -86,7 +86,7 @@ Consider how inline-block strikes a balance between inline flow and size control
|
||||
|
||||
## --text--
|
||||
|
||||
In what situation would an element with d`isplay: inline-block;` behave differently than one with `display: block;`?
|
||||
In what situation would an element with `display: inline-block;` behave differently than one with `display: block;`?
|
||||
|
||||
## --answers--
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ Watch the lecture video and answer the questions below.
|
||||
|
||||
## --text--
|
||||
|
||||
What does the inde`xOf method return if the substring is not found in the string?
|
||||
What does the `indexOf` method return if the substring is not found in the string?
|
||||
|
||||
## --answers--
|
||||
|
||||
|
||||
@ -205,7 +205,7 @@ What is the difference between the attributes `aria-label` and `aria-labelledby`
|
||||
|
||||
#### --distractors--
|
||||
|
||||
The `aria-label`and `aria-labelledby` attributes serve the same purpose.
|
||||
The `aria-label` and `aria-labelledby` attributes serve the same purpose.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user