Write a function named fetchGitHubName
that receives 1 parameter
The function should return a Promise that resolves to the full name of the GitHub user with this username. If the user does not exist, the Promise should resolve to null
.
PS: here's the link to the GitHub API: https://docs.github.com/en/rest/users. It's your job to find the correct endpoint to call.
username
=