mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-18 10:00:55 -04:00
fix(curriculum): Updated step 9 in string formatter workshop (#63529)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user