This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Part 1 | |
addHello(){} | |
// Part 2 | |
//You can call the provided async function fetchUsername to return the username | |
greetUser(){} | |
// Part 3 | |
//You can call the provided async function logoutUser to logout the user | |
sayGoodbye(){} |