Quiz 6
Condições de conclusão
Vencimento: segunda-feira, 7 nov. 2022, 00:00
Escolha uma pergunta:
- Uma Promessa pode ter três estados: Cumprido, Pendente e Rejeitado (Fulfilled, Pending, and Rejected). Explique cada estado.
- O que é uma função de callback? Explique o termo callback hell e como o Async/Await pode ajudar com isso?
- A chamada console.log abaixo retorna qual tipo de valor? Por quê?
async function foo() {...}; console.log(foo())
Turma 2
Choose one question:
- A Promise can have three states: Fulfilled, Pending, and Rejected. Explain each state.
- The console.log call below returns which type of value? Why?
async function foo() {...}; console.log(foo()) - Write a summary of the vídeo about Async/Await with at most 12 lines.
Turma 1
Choose one question:
- What is a callback function? Explain the term callback hell and how Async/Await can help with it?
- What is a resolved Promise? When a Promise is created, in what state is it in?
- Write a summary of the vídeo about Async/Await with at most 12 lines.