mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): hint text in step 1 of Build a MathBot workshop (#61602)
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ Your `greeting` variable should be a string.
|
||||
assert.isString(greeting);
|
||||
```
|
||||
|
||||
You should use assign the following sentence to the `greeting` variable: `"Hi there! My name is [MathBot goes here] and I am here to teach you about the Math object!"`. Make sure to replace `[MathBot goes here]` with the `botName` variable.
|
||||
You should assign the following sentence to the `greeting` variable: `"Hi there! My name is [MathBot goes here] and I am here to teach you about the Math object!"`. Make sure to replace `[MathBot goes here]` with the `botName` variable.
|
||||
|
||||
```js
|
||||
assert.strictEqual(greeting, "Hi there! My name is MathBot and I am here to teach you about the Math object!");
|
||||
|
||||
Reference in New Issue
Block a user