Devtools Tech Logo
0
0
0

What would the output of the following code snippet? [Promises in JavaScript]

Option 1
Error in processing
Option 2
End
Option 3
Uncaught (in promise) Error in processing.
Option 4
Uncaught (in promise) Something went wrong!
Option 5
Error in processing.
End
Option 6
Something went wrong!
End