Skip to content

Commit bb97d01

Browse files
authored
chore(curriculum): fixed typo (freeCodeCamp#59623)
1 parent f09e8bd commit bb97d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/25-front-end-development/lab-email-masker/66b205e6eacba4c4e54ea434.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Fulfill the user stories below and get all the tests to pass to complete the lab
1616
**User Stories:**
1717

1818
1. Create a function named `maskEmail` that takes `email` as an argument.
19-
2. Inside the function, you should mask the `email` and append the domain name to it. Remember that you can use methods like `slice`, `repeat`, `indexOf` `slice` or even `replace` to help you.
19+
2. Inside the function, you should mask the `email` and append the domain name to it. Remember that you can use methods like `slice`, `repeat`, `indexOf` or even `replace` to help you.
2020
3. Outside the function, declare a variable named `email` to store the email address you want to mask.
2121
4. Call the `maskEmail` function with the `email` variable and output the result to the console.
2222
5. `maskEmail("[email protected]")` should return `"a*******[email protected]"`.

0 commit comments

Comments
 (0)