You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a function that takes a string and returns a promise. The promise should resolve with the uppercase version of the string, but reject if the string is null. */