Coding India

Do you really think you can give the answer?

setTimeout(() => console.log("A"), 0);
Promise.resolve().then(() => console.log("B"));
console.log("C");

Write down your response in comment...

1 month ago | [YT] | 2



@mazharali6235

C B A

1 month ago | 0

@TheProgrammer-Js

C B A

5 days ago | 0