Hi,
Im trying to play Ethernaut and at Level 0 Point 3 it tells me to call getBalance(player) and expand the Promise, but the Promise is not resolving and just keeps pending.
Just like the message, the type of the returning result is a Promise, and a Promise is a placeholder for a value that will be available in the future.
so you can use await getBalance(player)