Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 30, 2022 04:00 pm GMT

Paracetamol.js| 128: Explica este cdigo JavaScript

Explica este cdigo JavaScript

Dificultad: Intermedio

const f = async() => {  return await 5;}console.log(f())

A. Promise { <pending> }
B. Promise { <fulfill> }
C. Promise { <reject> }
D. 5

Respuesta en el primer comentario.


Original Link: https://dev.to/duxtech/paracetamoljs-128-explica-este-codigo-javascript-3405

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To