fix(curriculum): Updated step 9 in string formatter workshop (#63529)

This commit is contained in:
Arshpreet Singh
2025-11-05 14:39:28 +05:30
committed by GitHub
parent b89d8588f4
commit 905d59bc5c

View File

@@ -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.