Skip to content

Commit 118b8d2

Browse files
authored
chore(curriculum): place example within backticks (freeCodeCamp#59627)
1 parent 1343b4f commit 118b8d2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-clarify-information-in-different-interactions/663bce49cc4c88ac83a3d618.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ dashedName: task-36
99

1010
# --description--
1111

12-
`To guess` means to try to answer or think of something when you are not sure if it is correct. For example, if you do not know someone's age, you can say, "I guess they are 20 years old.", meaning you think they are 20, but you're not sure of it.
12+
`To guess` means to try to answer or think of something when you are not sure if it is correct. For example, if you do not know someone's age, you can say, `I guess they are 20 years old.`, meaning you think they are 20, but you're not sure of it.
1313

14-
`To name` means to say the name of something or someone. For example, if you see a picture of an animal and say "This is a dog," you are saying this is the name - in this case, the breed - of the animal.
14+
`To name` means to say the name of something or someone. For example, if you see a picture of an animal and say `This is a dog,` you are saying this is the name - in this case, the breed - of the animal.
1515

1616
Finally, a `guessing game` is a fun activity where you try to guess the right answer. For example, someone might describe an object or name it (if the name is a strange word), and you have to guess what it is.
1717

curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a7996c848275dbf2083044.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dashedName: task-140
99

1010
# --description--
1111

12-
`Spare time` is the time when you're not working or doing essential tasks, and you can choose what you want to do. For example, "I like to read books in my spare time" means when you have free time, you enjoy reading.
12+
`Spare time` is the time when you're not working or doing essential tasks, and you can choose what you want to do. For example, `I like to read books in my spare time` means when you have free time, you enjoy reading.
1313

1414
This statement is about someone considering using their free time to join a project, inspired by hearing about someone else's reasons for doing something they enjoy.
1515

curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-offer-technical-support-and-guidance/6620d3003ddaf50aac1bc76d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dashedName: task-16
99

1010
A `statement` in programming is a line of code that performs a specific action. For example, `print("Hello World")` is a statement that displays text.
1111

12-
A `condition` is a test in code that checks if something is true or false. For instance, `if x > 5` checks if "x" is greater than 5.
12+
A `condition` is a test in code that checks if something is true or false. For instance, `if x > 5` checks if `x` is greater than 5.
1313

1414
A `conditional` is generally an adjective referring to something that depends on a `condition` or `conditions`. In programming, it is used to describe any expression or feature that involves logical `conditions`. It's not limited to explicit "if-then" structure but can also refer to any setup that alters behavior based on `conditions`, including loops or even ternary operators.
1515

0 commit comments

Comments
 (0)