Got a minute for some JavaScript? ⚠️ What does this code output? Answer 🔍 >>> Internal error: error1 The inner *try* block throws an error, which is caught by the inner *catch* block. It prints the error message, and the execution continues after the inner *try/catch* block, so the outer catch block is not triggered. In short: the first *catch* is triggered, the second one is not. #javascript #webdevelopment
1 is correct
Internal error: error1
Internal error: error1
Internal error: error1
Internal error: error1