mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): clarify greeting bot hint (#61758)
This commit is contained in:
parent
eff6a8c768
commit
e9ee37c603
@ -42,7 +42,7 @@ Your `botIntroduction` variable should hold the value of a string.
|
||||
assert.isString(botIntroduction);
|
||||
```
|
||||
|
||||
You should use string concatenation with the `+` operator to join the string `"My name is "` with the `bot` variable followed by a period (`.`). Be mindful of spaces.
|
||||
You should use string concatenation with the `+` operator to join the string `"My name is "` with the `bot` variable followed by a period (`.`). Be mindful of spaces. Assign this concatenated string to the `botIntroduction` variable.
|
||||
|
||||
```js
|
||||
assert.equal(botIntroduction, "My name is teacherBot.");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user