Q. What is the default state of a JavaScript Promise?
β
Correct Answer: (A)
pending
Explanation: A Promise starts in the 'pending' state before it is fulfilled or rejected.