mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(curriculum): Updated step 9 in string formatter workshop (#63529)
This commit is contained in:
parent
b89d8588f4
commit
905d59bc5c
@ -9,7 +9,7 @@ dashedName: step-9
|
||||
|
||||
Now it is time to see the results of trimming whitespace at the end of the string.
|
||||
|
||||
Below your `trimmedStart` variable, add a `console.log()` with the string `"After using the trimEnd() method — trailing spaces removed:"`.
|
||||
Below your `trimmedEnd` variable, add a `console.log()` with the string `"After using the trimEnd() method — trailing spaces removed:"`.
|
||||
|
||||
Then below that `console.log()`, add another `console.log()` with the `trimmedEnd` variable.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user