This is the signIn() method that greets website users. Currently, it greets all users, but it should only greet registered users. All unregistered users have the name "user".
Add username validation at the beginning of the signIn() method.
If the name is "user", use the return keyword to abort execu
Welcome! But not everyone.
- 7
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet