Menu Bar

JS: Error Handling

Chapter: 14 Error Handling
                      1. Try
                      2. Catch
                      3. Finally

Code:
          

Output:
            

Output: Click enter button without enter any input text.
            

Output: Click enter button after enter a number.
            

Output: Click enter button after enter other than number.