Is there any difference between the following two definitions?
const makeGuess = async function (guess) { const answer = await getAnswer(); if (guess == a